Show Sone ID correctly.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Thu, 31 May 2012 10:12:30 +0000 (12:12 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Thu, 31 May 2012 10:12:30 +0000 (12:12 +0200)
src/main/resources/templates/viewSone.html

index c4de168..1cca4d0 100644 (file)
@@ -9,7 +9,7 @@
 
                <p>
                        <%= Page.ViewSone.NoSone.Description|l10n|replace needle=="{sone}" replacement=soneId|html>
-                       <a href="/WebOfTrust/ShowIdentity?id=<% sone.id|html>"><%= Page.ViewSone.Profile.Name.WoTLink|l10n|html></a>
+                       <a href="/WebOfTrust/ShowIdentity?id=<% soneId|html>"><%= Page.ViewSone.Profile.Name.WoTLink|l10n|html></a>
                </p>
 
        <%elseifnull sone.name>