X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2FviewSone.html;h=1cca4d0ae6faa95182b77f964bc3365cd661d40b;hp=6dd3912bd3fed99956401c378e7e17e580ad673f;hb=bdc2fc90f767b19cf76d034c88af6e1063f8630b;hpb=85aa9c556ef8ac726694f0077a4f8df0bc912e5f diff --git a/src/main/resources/templates/viewSone.html b/src/main/resources/templates/viewSone.html index 6dd3912..1cca4d0 100644 --- a/src/main/resources/templates/viewSone.html +++ b/src/main/resources/templates/viewSone.html @@ -8,8 +8,8 @@

<%= Page.ViewSone.Page.TitleWithoutSone|l10n|html>

- <%= Page.ViewSone.NoSone.Description|l10n|replace needle="{sone}" replacementKey=soneId|html> - <%= Page.ViewSone.Profile.Name.WoTLink|l10n|html> + <%= Page.ViewSone.NoSone.Description|l10n|replace needle=="{sone}" replacement=soneId|html> + <%= Page.ViewSone.Profile.Name.WoTLink|l10n|html>

<%elseifnull sone.name> @@ -79,7 +79,7 @@ <%/if> <%/if> -

<%= Page.ViewSone.PostList.Title|l10n|replace needle="{sone}" replacementKey=sone.niceName|html>

+

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

<%foreach posts post> <%first> @@ -97,7 +97,7 @@ <%foreach repliedPosts post> <%first> -

<%= Page.ViewSone.Replies.Title|l10n|html|replace needle="{sone}" replacementKey=sone.niceName>

+

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

<%include include/pagination.html pagination=repliedPostPagination pageParameter==repliedPostPage paginationName==reply-navigation> <%/first>