X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2FviewPost.html;h=52698002d39096f7f793e76f19271dbbcdc206f7;hp=a61f858b8b9bd1733e60e6da9c23a8a5cf82d7c6;hb=HEAD;hpb=0ac5c61faa54b62f29bf8c8e9903919315810c80 diff --git a/src/main/resources/templates/viewPost.html b/src/main/resources/templates/viewPost.html index a61f858..5269800 100644 --- a/src/main/resources/templates/viewPost.html +++ b/src/main/resources/templates/viewPost.html @@ -8,7 +8,7 @@

<%= Page.ViewPost.Text.UnknownPost|l10n|html>

<%else> -

<%= Page.ViewPost.Page.Title|l10n|insert needle="{sone}" key=post.sone.niceName|html>

+

<%= Page.ViewPost.Page.Title|l10n|replace needle=="{sone}" replacement=post.sone.niceName|html>

<%include include/viewPost.html> <%/if>