[PATCH] Remove binary garbage at the front of the file

2 views
Skip to first unread message

Ben Jackson

unread,
Dec 2, 2009, 11:26:25 PM12/2/09
to byteflow-hackers
# HG changeset patch
# User Ben Jackson <b...@ben.com>
# Date 1259814355 28800
# Node ID 640229937ff271796f03e83c5e773890a38424de
# Parent d3de81a23441c8312897c15f4cf48b39bdaa657f
Remove binary garbage at the front of the file.

diff -r d3de81a23441 -r 640229937ff2 templates/templatetags/text_block.html
--- a/templates/templatetags/text_block.html Wed Dec 02 14:06:54 2009 -0800
+++ b/templates/templatetags/text_block.html Wed Dec 02 20:25:55 2009 -0800
@@ -1,4 +1,4 @@
-<div class="textblock">
+<div class="textblock">
{% if text_block.name %}<h4>{{ text_block.name }}</h4>{% endif %}
{{ text_block.html|safe }}
-</div>
\ No newline at end of file
+</div>

Reply all
Reply to author
Forward
0 new messages