From 186f3f30434623d4b09f2ad82423adb7b73e4ee7 Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Thu, 31 May 2007 09:14:49 +0000 Subject: [PATCH] Minor tweak: Make the links produced by the top index page end in '/'. - Legacy-Id: 187 --- ietf/ipr/feeds.py | 2 -- ietf/templates/apps.html | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/ietf/ipr/feeds.py b/ietf/ipr/feeds.py index 7f1eb303c..9dcfa2df7 100644 --- a/ietf/ipr/feeds.py +++ b/ietf/ipr/feeds.py @@ -22,5 +22,3 @@ class LatestIprDisclosures(Feed): return item.get_submitter().name or None def item_author_email(self, item): return item.get_submitter().email or None - - \ No newline at end of file diff --git a/ietf/templates/apps.html b/ietf/templates/apps.html index b42ddf1f4..7622c4ecd 100644 --- a/ietf/templates/apps.html +++ b/ietf/templates/apps.html @@ -7,7 +7,7 @@