From aa0362b6839156c3d87aac0ee2819318604514af Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Thu, 22 Dec 2005 06:06:46 +0000 Subject: [PATCH] r659: Don't double escape the line break or it won't work... --- templates/showreport_attachment.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/showreport_attachment.tpl b/templates/showreport_attachment.tpl index b09d400..96e7e52 100644 --- a/templates/showreport_attachment.tpl +++ b/templates/showreport_attachment.tpl @@ -1,5 +1,5 @@
- style="text-decoration: line-through" title="{@"Posted by %1$s"}\\n($attachment[date])">$attachment[filename] + style="text-decoration: line-through" title="{@"Posted by %1$s"}\n($attachment[date])">$attachment[filename] [{@"Edit"}] $attachment[description] -- 2.22.5