From a0f950a57be97a09ff1ea8a1339232379d37574c Mon Sep 17 00:00:00 2001 From: Sascha Volkenandt Date: Thu, 18 Jan 2007 20:20:20 +0000 Subject: - added function StringEscapeAndBreak, which *first* html-escapes a string and *second* replaces \n by
- using StringEscapeAndBreak for description in whats_on --- pages/whats_on.ecpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pages') 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") {
<$ title $>
<$ short_description $>
- <$ description $> + <{ reply.out() << StringEscapeAndBreak( description ); }>
-- cgit v1.2.3