themes: fix version string in footer
[project/luci.git] / themes / openwrt.org / luasrc / view / themes / openwrt.org / footer.htm
index f8ea5ad..8df68b1 100644 (file)
@@ -15,7 +15,7 @@ $Id$
 <div class="clear"></div>
 </div>
 
-<p class="luci"><a href="<%=controller%>/about">Powered by <%= luci.__appname__ .. " " .. luci.__version__%></a></p>
+<p class="luci"><a href="<%=controller%>/about">Powered by <%= luci.__appname__ .. " (v" .. luci.__version__ .. ")" %></a></p>
 </body>
 </html>