summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2011-11-06 17:18:43 +0100
committerRené 'Necoro' Neumann <necoro@necoro.net>2011-11-06 17:18:43 +0100
commitf9fb36a4e28cf2171ac3e82388cd85417c0e0208 (patch)
tree8d9cf87cf6e2c5ac35346cb1c3ac6b9050be9695
parent336ebab31b71302d0397e30f042d6299993180b3 (diff)
downloadweb-f9fb36a4e28cf2171ac3e82388cd85417c0e0208.tar.gz
web-f9fb36a4e28cf2171ac3e82388cd85417c0e0208.tar.bz2
web-f9fb36a4e28cf2171ac3e82388cd85417c0e0208.zip
actual is actually not good
-rw-r--r--templates/pages/index.mako2
1 files changed, 1 insertions, 1 deletions
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</%self:h2>
<p>
<% v = h.versions() %>
- The actual version of portato is <strong>${v.current}</strong> -- see <a href=${"/changelog#%s" % v.current | url}>the changelog</a> 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 <strong>${v.current}</strong> -- see <a href=${"/changelog#%s" % v.current | url}>the changelog</a> for why you should consider updating. Note that versions older than the previous one (${v.last}) are not supported at all.
</p>
<%self:h2>Installation</%self:h2>