diff options
Diffstat (limited to 'templates/logbookentry.html')
-rw-r--r-- | templates/logbookentry.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/logbookentry.html b/templates/logbookentry.html index 2b60996..cc1c9f1 100644 --- a/templates/logbookentry.html +++ b/templates/logbookentry.html @@ -65,9 +65,9 @@ </div> <div id="col1"> -<div class="logbookentry"> -<b>{{logbookentry.date}}</b> - {{logbookentry.text|wiki_to_html}}</div> + <div class="logbookentry"> + <b>{{logbookentry.date}}</b> + {{logbookentry.text}}</div> </div> </div> |