changeset 498:e7566fafe9b1

Use common formatting conversion for entry info texts.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 07 Dec 2013 16:30:19 +0200
parents 570120074b3c
children 408effd4e9ea
files showajax.php
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/showajax.php	Sat Dec 07 16:29:53 2013 +0200
+++ b/showajax.php	Sat Dec 07 16:30:19 2013 +0200
@@ -29,7 +29,7 @@
   }
 
   if ($title === false)
-    echo "    <div class=\"entryInfo\">".chentities($entry["info"])."</div>\n";
+    echo "    <div class=\"entryInfo\">".stConvertCommonDesc($entry["info"], TRUE)."</div>\n";
 
   echo
   "  </div>\n";