fix markdown in descriptions
[mdref/mdref] / views / mdref.phtml
index 5cec21d42ae76c3a438e6c2d86dfaefcf0163720..08df2e11a33e4a0b5abaf2654a541c38d53362b0 100644 (file)
@@ -6,8 +6,8 @@
        <?php foreach($sublisting as $entry) : ?>
                <li>
                        <h3><a href="<?=$entry->formatUrl()?>"><?=$entry->formatLink(true)?></a></h3>
-                       <p><?=$entry->readDescription()?></p>
-                       <p><?=$entry->readTitle()?></p>
+                       <p><?=$html->quick($entry->readDescription())?></p>
+                       <p><?=$view->esc($entry->readTitle())?></p>
                </li>
        <?php endforeach; ?>
        </ul>