diff options
author | Steven Barth <steven@midlink.org> | 2008-06-04 14:24:15 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-06-04 14:24:15 +0000 |
commit | 346ad261bbb13a88c5df040092a4072c9af0c9b5 (patch) | |
tree | 6c7b13c901e54f8d397f530961d6ade1fc3e0aad | |
parent | f7fab0d54f3dfedb3a568c30f2569bd1b3cef5fe (diff) |
* Fix #2275
-rw-r--r-- | themes/fledermaus/luasrc/view/themes/fledermaus/footer.htm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/fledermaus/luasrc/view/themes/fledermaus/footer.htm b/themes/fledermaus/luasrc/view/themes/fledermaus/footer.htm index ff1e20a31..8571200d0 100644 --- a/themes/fledermaus/luasrc/view/themes/fledermaus/footer.htm +++ b/themes/fledermaus/luasrc/view/themes/fledermaus/footer.htm @@ -3,6 +3,6 @@ </div></div> </div> -<div class="separator black whitetext bold"><a href="<%=controller%>/about"><%=luci.__appname__ .. " " .. luci.__version__%> - Lua Configuration Interface</a></div> +<div class="separator magenta bold"><a href="<%=controller%>/about"><%=luci.__appname__ .. " " .. luci.__version__%> - Lua Configuration Interface</a></div> </body> </html> |