From: David ‘Bombe’ Roden Date: Mon, 31 Mar 2014 04:52:21 +0000 (+0200) Subject: Use post.replyId instead of post.reply.id. X-Git-Tag: 0.8.9^2~3 X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=094ecd1d3e956c9010f9eabdeffa8d51f6b30037 Use post.replyId instead of post.reply.id. post.reply now returns an Optional, so an additional “get” would be required. --- diff --git a/src/main/resources/templates/include/viewReply.html b/src/main/resources/templates/include/viewReply.html index ab20441..5e2ed7d 100644 --- a/src/main/resources/templates/include/viewReply.html +++ b/src/main/resources/templates/include/viewReply.html @@ -20,7 +20,7 @@
<% originalText>
<% parsedText>
<% shortText>
- <%if !shortText|match value=parsedText><%if !raw><%= View.Post.ShowMore|l10n|html><%/if><%/if> + <%if !shortText|match value=parsedText><%if !raw><%= View.Post.ShowMore|l10n|html><%/if><%/if> <%if !shortText|match value=parsedText><%if !raw><%/if><%/if>