diff --git a/i2p2www/pages/downloads/list.html b/i2p2www/pages/downloads/list.html
index 513ce85a..c5bed54f 100644
--- a/i2p2www/pages/downloads/list.html
+++ b/i2p2www/pages/downloads/list.html
@@ -23,12 +23,12 @@ or type java -version at your command prompt.
Windows
diff --git a/i2p2www/templatevars.py b/i2p2www/templatevars.py
index cd3660bd..219e6e0d 100644
--- a/i2p2www/templatevars.py
+++ b/i2p2www/templatevars.py
@@ -87,8 +87,10 @@ def utility_processor():
logo = 'images/i2plogo.png'
return logo
- def get_current_version(string=None):
+ def get_current_version(string=None, ver=None):
if string:
+ if ver:
+ return string % ver
return string % CURRENT_I2P_VERSION
return CURRENT_I2P_VERSION