From 5da88ea5825146741d9afa8cec26009fa9fc5375 Mon Sep 17 00:00:00 2001 From: Marco Vermeulen Date: Tue, 23 Oct 2012 18:29:42 +0100 Subject: [PATCH] Line separators standardised to 60 chars. --- srv/templates/list.gtpl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srv/templates/list.gtpl b/srv/templates/list.gtpl index beb71601..f7f17561 100644 --- a/srv/templates/list.gtpl +++ b/srv/templates/list.gtpl @@ -1,7 +1,7 @@ --------------------------------------------------------- +------------------------------------------------------------ Available ${candidate.capitalize()} Versions --------------------------------------------------------- +------------------------------------------------------------ <% available.each { version -> print "\n" @@ -15,7 +15,7 @@ Available ${candidate.capitalize()} Versions print version } %> --------------------------------------------------------- +------------------------------------------------------------ * - installed > - currently in use --------------------------------------------------------- +------------------------------------------------------------