themes: get rid of "v" prefix in version display
[project/luci.git] / themes / fledermaus / luasrc / view / themes / fledermaus / footer.htm
index 53fc3f0..1e6423d 100644 (file)
@@ -17,6 +17,6 @@ $Id$
 </div></div>
 </div>
 
-<div class="luci separator black whitetext bold"><a href="<%=controller%>/about">Powered by <%= luci.__appname__ .. " (v" .. luci.__version__ .. ")" %></a></div>
+<div class="luci separator black whitetext bold"><a href="<%=controller%>/about">Powered by <%= luci.__appname__ .. " (" .. luci.__version__ .. ")" %></a></div>
 </body>
 </html>