Skip to content
Snippets Groups Projects
Commit 0318aab9 authored by Demian Katz's avatar Demian Katz
Browse files

Fixed escaping.

parent e1de2619
No related merge requests found
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
<? $summary = $this->driver->getSummary(); $summary = isset($summary[0]) ? $summary[0] : false; ?> <? $summary = $this->driver->getSummary(); $summary = isset($summary[0]) ? $summary[0] : false; ?>
<? if ($summary): ?> <? if ($summary): ?>
<p><?=$summary ?></p> <p><?=$this->escapeHtml($summary)?></p>
<? endif; ?> <? endif; ?>
<? /* Display the lists that this record is saved to */ ?> <? /* Display the lists that this record is saved to */ ?>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment