From: David ‘Bombe’ Roden Date: Mon, 18 Oct 2010 19:08:30 +0000 (+0200) Subject: Only show the routing part of the Sone’s request key. X-Git-Tag: 0.1-RC1~220 X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=ebe66fb2c7e4b065b5e0c71166bb7a651724b7eb Only show the routing part of the Sone’s request key. --- diff --git a/src/main/resources/templates/knownSones.html b/src/main/resources/templates/knownSones.html index ae37a74..94ab965 100644 --- a/src/main/resources/templates/knownSones.html +++ b/src/main/resources/templates/knownSones.html @@ -6,7 +6,7 @@ <%foreach knownSones sone>
-
<% sone.requestUri|html>
+
<% sone.requestUri|substring start=4 length=43|html>…
<%ifnull ! currentSone> <%if sone.isBlocked>