From ebe66fb2c7e4b065b5e0c71166bb7a651724b7eb Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Mon, 18 Oct 2010 21:08:30 +0200 Subject: [PATCH] =?utf8?q?Only=20show=20the=20routing=20part=20of=20the=20?= =?utf8?q?Sone=E2=80=99s=20request=20key.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/main/resources/templates/knownSones.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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>
-- 2.7.4