Show More
@@ -10,9 +10,9 b'' | |||||
10 | border="0" name="submit" alt="PayPal - The safer, easier way to pay online!"> |
|
10 | border="0" name="submit" alt="PayPal - The safer, easier way to pay online!"> | |
11 | <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1"> |
|
11 | <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1"> | |
12 | </form> |
|
12 | </form> | |
13 |
|
|
13 | <div style="padding:5px"> | |
14 | <a href="http://flattr.com/thing/167489/RhodeCode" target="_blank"> |
|
14 | <a href="http://flattr.com/thing/167489/RhodeCode" target="_blank"> | |
15 | <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" border="0" /></a> |
|
15 | <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" border="0" /></a> | |
16 |
|
|
16 | </div> | |
17 | </div> |
|
17 | </div> | |
18 | {% endblock %}} |
|
18 | {% endblock %}} |
@@ -235,9 +235,6 b' def safe_str(unicode_, to_encoding=None)' | |||||
235 | if not isinstance(unicode_, basestring): |
|
235 | if not isinstance(unicode_, basestring): | |
236 | return str(unicode_) |
|
236 | return str(unicode_) | |
237 |
|
237 | |||
238 | if not isinstance(unicode_, basestring): |
|
|||
239 | return str(unicode_) |
|
|||
240 |
|
||||
241 | if isinstance(unicode_, str): |
|
238 | if isinstance(unicode_, str): | |
242 | return unicode_ |
|
239 | return unicode_ | |
243 |
|
240 |
General Comments 0
You need to be logged in to leave comments.
Login now