From f9fb36a4e28cf2171ac3e82388cd85417c0e0208 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Sun, 6 Nov 2011 17:18:43 +0100 Subject: actual is actually not good --- templates/pages/index.mako | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/pages/index.mako b/templates/pages/index.mako index 9922178..2fa3d2a 100644 --- a/templates/pages/index.mako +++ b/templates/pages/index.mako @@ -13,7 +13,7 @@ <%self:h2>Current version

<% v = h.versions() %> - The actual version of portato is ${v.current} -- see the changelog for why you should consider updating. Note that versions older than the previous one (${v.last}) are not supported at all. + The current version of portato is ${v.current} -- see the changelog for why you should consider updating. Note that versions older than the previous one (${v.last}) are not supported at all.

<%self:h2>Installation -- cgit v1.2.3