X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2Finclude%2FviewPost.html;h=43e9ea475a619a5c7a78ad87d631f0f105880feb;hb=aae07418c55086725b2ee50417e51d769baae9c3;hp=62df74177e3bf1d0084a59d4dd5c49e3576f2cfa;hpb=154ebe9fb816972d081a328ff06c168c2a3912b9;p=Sone.git diff --git a/src/main/resources/templates/include/viewPost.html b/src/main/resources/templates/include/viewPost.html index 62df741..43e9ea4 100644 --- a/src/main/resources/templates/include/viewPost.html +++ b/src/main/resources/templates/include/viewPost.html @@ -23,7 +23,7 @@ <%/if> <% post.text|html|store key=originalText text=true> <% post.text|parse sone=post.sone|store key=parsedText text=true> - <% post.text|parse sone=post.sone length=200|store key=shortText text=true> + <% post.text|parse sone=post.sone length=core.preferences.charactersPerPost|store key=shortText text=true>
<% originalText>
<% parsedText>
<% shortText>