X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2FviewSone.html;h=dd994eaf467f52e32b655680357c2160f9ba130e;hp=6dd3912bd3fed99956401c378e7e17e580ad673f;hb=ffd92ca2374c0b2218e583d02e0bdd24b8c110ae;hpb=e174a13df3a9de5ab54ede5f2aa761c7727bfaff diff --git a/src/main/resources/templates/viewSone.html b/src/main/resources/templates/viewSone.html index 6dd3912..dd994ea 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> @@ -52,7 +52,7 @@ <%foreach sone.profile.fields field>
<% field.name|html>
-
<% field.value|parse>
+
<% field.value|parse sone=sone|render>
<%/foreach> @@ -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>