themes: get rid of "v" prefix in version display
[project/luci.git] / themes / fledermaus / luasrc / view / themes / fledermaus / footer.htm
index 53fc3f082c499a473ea7466bae145f04dfcdd2f8..1e6423dbf6dcbb0834dcc31ba1200981d8f95d74 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>