diff options
author | Matthias Uferer <ufo@rund.freifunk.net> | 2011-07-04 20:12:00 +0000 |
---|---|---|
committer | Matthias Uferer <ufo@rund.freifunk.net> | 2011-07-04 20:12:00 +0000 |
commit | d7a4505cadf3c40975932e664f6128f067747c7a (patch) | |
tree | 1205873e3ce493da37b6f6292c9cb1ac8ad0f39b | |
parent | d1bede91e75c148d8eff61a5287506de16fa749f (diff) |
space inserted to the link
-rw-r--r-- | modules/freifunk/luasrc/view/freifunk/index.htm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/freifunk/luasrc/view/freifunk/index.htm b/modules/freifunk/luasrc/view/freifunk/index.htm index 28900a7b9..a8cf62e4b 100644 --- a/modules/freifunk/luasrc/view/freifunk/index.htm +++ b/modules/freifunk/luasrc/view/freifunk/index.htm @@ -41,7 +41,7 @@ if (ff.community.DefaultText or "") ~= "disabled" then luci.sys.hostname().. '. '.. translate("It is operated by").. - '<a href="'.. + ' <a href="'.. luci.dispatcher.build_url("freifunk", "index", "contact").. '">'.. (ff.contact.nickname or translate("Please set your contact information")).. |