themes: fix version string in footer
[project/luci.git] / themes / openwrt.org / luasrc / view / themes / openwrt.org / footer.htm
index f8ea5ad577c5955b6567106a1a3ee450dbd399cc..8df68b14c7f85dce5d75de52278bb8e3867a2e85 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>