themes: get rid of "v" prefix in version display
[project/luci.git] / themes / oxygen / luasrc / view / themes / oxygen / footer.htm
index 1666ee0..0ee1e40 100644 (file)
@@ -15,7 +15,7 @@ $Id$
 <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>
 
 </div>
 </body>