themes: get rid of "v" prefix in version display
[project/luci.git] / themes / freifunk-hannover / luasrc / view / themes / freifunk-hannover / footer.htm
index 98d48ad..6ec4e12 100644 (file)
@@ -15,7 +15,7 @@ $Id: footer.htm 4185 2009-01-30 14:00:35Z jow $
 <div class="clear"></div>
 </div>
 
-<p class="luci"><a href="<%=controller%>/about">Powered by <%= luci.__appname__ .. " (v" .. luci.__version__ .. ")" %></a></p>
+<p class="luci"><a href="<%=controller%>/about">Powered by <%= luci.__appname__ .. " (" .. luci.__version__ .. ")" %></a></p>
 </body>
 </html>