X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2Finclude%2FviewReply.html;h=63957d55a66836f26dd26c70579d8bdf278e72f6;hb=aae07418c55086725b2ee50417e51d769baae9c3;hp=4ec2e297dd177e19acc3e3a5bbf20b7ec2817a39;hpb=154ebe9fb816972d081a328ff06c168c2a3912b9;p=Sone.git diff --git a/src/main/resources/templates/include/viewReply.html b/src/main/resources/templates/include/viewReply.html index 4ec2e29..63957d5 100644 --- a/src/main/resources/templates/include/viewReply.html +++ b/src/main/resources/templates/include/viewReply.html @@ -11,7 +11,7 @@ <% reply.text|html|store key=originalText text=true> <% reply.text|parse sone=reply.sone|store key=parsedText text=true> - <% reply.text|parse sone=reply.sone length=200|store key=shortText text=true> + <% reply.text|parse sone=reply.sone length=core.preferences.charactersPerPost|store key=shortText text=true>
<% originalText>
<% parsedText>
<% shortText>