X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2FviewSone.html;h=dd994eaf467f52e32b655680357c2160f9ba130e;hp=c4de1686b99d24584114d72aad47e4fc7f360830;hb=ffd92ca2374c0b2218e583d02e0bdd24b8c110ae;hpb=0f7a91f4fa689a4084d7db5987a534b4b4fc3866 diff --git a/src/main/resources/templates/viewSone.html b/src/main/resources/templates/viewSone.html index c4de168..dd994ea 100644 --- a/src/main/resources/templates/viewSone.html +++ b/src/main/resources/templates/viewSone.html @@ -9,7 +9,7 @@

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