diff options
author | substantialnoninfringinguser <substantialnoninfringinguser@gmail.com> | 2009-05-13 05:18:26 +0100 |
---|---|---|
committer | substantialnoninfringinguser <substantialnoninfringinguser@gmail.com> | 2009-05-13 05:18:26 +0100 |
commit | f5ddbafcb0899d2c95d8512b1316eaeeee9bedab (patch) | |
tree | d8186e9c66191da57bc7bec0f5ffe63e835f5445 /templates/logbookentry.html | |
parent | 13d44fe647b6929137ee4f7d18ba407b8ebaa05a (diff) | |
download | troggle-f5ddbafcb0899d2c95d8512b1316eaeeee9bedab.tar.gz troggle-f5ddbafcb0899d2c95d8512b1316eaeeee9bedab.tar.bz2 troggle-f5ddbafcb0899d2c95d8512b1316eaeeee9bedab.zip |
[svn] Wiki_markup imporved to include paragraphs
wiki_to_html should be used when the field will include paragraphs
wiki_to_html_short should be used when the field will not include paragraphs
Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8061 by julian @ 11/6/2008 11:24 PM
Diffstat (limited to 'templates/logbookentry.html')
-rw-r--r-- | templates/logbookentry.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/logbookentry.html b/templates/logbookentry.html index f1a1887..b76d9ab 100644 --- a/templates/logbookentry.html +++ b/templates/logbookentry.html @@ -20,7 +20,6 @@ </li>
{% endfor %}
</ul>
- <em>[wiki_to_html doesn't do paragraphs. don't know where it is located]</em>
<div>{{logbookentry.text|wiki_to_html}}</div>
</div>
{% endblock %}
|