diff options
Diffstat (limited to 'pages')
-rw-r--r-- | pages/whats_on.ecpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/whats_on.ecpp b/pages/whats_on.ecpp index 01010a3..be36f96 100644 --- a/pages/whats_on.ecpp +++ b/pages/whats_on.ecpp @@ -79,7 +79,7 @@ if (type == "now") { <div class="title"><$ title $></div> <div class="short"><$ short_description $></div> <div class="description"> - <$ description $> + <{ reply.out() << StringEscapeAndBreak( description ); }> </div> </div> </div> |