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>