diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-05-03 22:24:45 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-05-03 22:24:45 +0000 |
commit | 65a7a7121c55f0a4fd1691ac6681a409751afdb0 (patch) | |
tree | 7cad3a6c04eb42401a1b192e6189327e68478763 /themes | |
parent | 6e14fd0bc2c2823b5d57207734eb551310f3ebaa (diff) |
themes/openwrt: don't link to /about anymore, the page was dropped long ago
Diffstat (limited to 'themes')
-rw-r--r-- | themes/openwrt/luasrc/view/themes/openwrt.org/footer.htm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/openwrt/luasrc/view/themes/openwrt.org/footer.htm b/themes/openwrt/luasrc/view/themes/openwrt.org/footer.htm index 736644fbab..f2bd25e5c5 100644 --- a/themes/openwrt/luasrc/view/themes/openwrt.org/footer.htm +++ b/themes/openwrt/luasrc/view/themes/openwrt.org/footer.htm @@ -16,6 +16,6 @@ $Id$ </div> </div> -<p class="luci"><a href="<%=controller%>/about">Powered by <%= luci.__appname__ .. " (v" .. luci.__version__ .. ")" %></a></p> +<p class="luci">Powered by <%= luci.__appname__ .. " (v" .. luci.__version__ .. ")" %></p> </body> </html> |