From ccb339cbefdb073f17280707641ed19f7a8ff033 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Tue, 21 Jun 2011 09:41:34 +0200 Subject: [PATCH] Allow expansion by linking to post for non-javascript users. --- src/main/resources/templates/include/viewPost.html | 2 +- src/main/resources/templates/include/viewReply.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/templates/include/viewPost.html b/src/main/resources/templates/include/viewPost.html index 50de490..04e467c 100644 --- a/src/main/resources/templates/include/viewPost.html +++ b/src/main/resources/templates/include/viewPost.html @@ -27,7 +27,7 @@
<% originalText>
<% parsedText>
<% shortText>
- <%if !shortText|match key=parsedText><%if !raw>…<%/if><%/if> + <%if !shortText|match key=parsedText><%if !raw>…<%/if><%/if>
diff --git a/src/main/resources/templates/include/viewReply.html b/src/main/resources/templates/include/viewReply.html index 1a435f1..f8c7452 100644 --- a/src/main/resources/templates/include/viewReply.html +++ b/src/main/resources/templates/include/viewReply.html @@ -15,7 +15,7 @@
<% originalText>
<% parsedText>
<% shortText>
- <%if !shortText|match key=parsedText><%if !raw>…<%/if><%/if> + <%if !shortText|match key=parsedText><%if !raw>…<%/if><%/if>
<% reply.time|date format="MMM d, yyyy, HH:mm:ss">
-- 2.7.4