Skip to content

Commit

Permalink
luci-mod-falter: fix Typo in index-page
Browse files Browse the repository at this point in the history
A fellow Freifunka spotted an typing issue in the welcome-page,
which should be fixed with this.

https://lists.berlin.freifunk.net/pipermail/berlin/2022-May/053051.html

Signed-off-by: Martin Hübner <martin.hubner@web.de>
  • Loading branch information
Akira25 committed Jun 17, 2022
1 parent 549a5be commit c63c492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion luci/luci-mod-falter/luasrc/view/freifunk/index.htm
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<%

local co = "profile_" .. community
--local community = uci:get_first(co, "community", "name") or "Freifunk"
local community = uci:get_first(co, "community", "name") or "Freifunk"
local url = uci:get_first(co, "community", "homepage") or "http://www.freifunk.net"


Expand Down

0 comments on commit c63c492

Please sign in to comment.