app/soc/templates/soc/templatetags/_as_table_row.html
changeset 849 c193ac0ef593
parent 785 c740d0129cce
child 861 f7b5838094d0
--- a/app/soc/templates/soc/templatetags/_as_table_row.html	Tue Jan 20 21:00:55 2009 +0000
+++ b/app/soc/templates/soc/templatetags/_as_table_row.html	Tue Jan 20 21:26:34 2009 +0000
@@ -41,7 +41,7 @@
     {% endif %}
 
     {% if example_text %}
-      <td class="formfieldexample">e.g. {{ example_text }}</td>
+      <td class="formfieldexample">{{ example_text|safe }}</td>
     {% else %}
       <td></td>
     {% endif %}