X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2FviewPost.html;h=52698002d39096f7f793e76f19271dbbcdc206f7;hp=836bf62bd07830ae2272587386d269defcdf3c2a;hb=0f7a91f4fa689a4084d7db5987a534b4b4fc3866;hpb=f44aa96bb0b188ffcb33b6c7fbdc5a86815d04b7 diff --git a/src/main/resources/templates/viewPost.html b/src/main/resources/templates/viewPost.html index 836bf62..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|replace needle="{sone}" replacementKey=post.sone.niceName|html>

+

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

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