mirror of
https://github.com/openwrt/luci.git
synced 2026-09-02 16:41:53 +04:00
applications/ffwizard: Fix whitespace errors
This commit is contained in:
@@ -18,8 +18,8 @@ $Id$
|
||||
module "luci.controller.ffwizard"
|
||||
|
||||
function index()
|
||||
require("luci.i18n").loadc("ffwizard")
|
||||
local i18n = luci.i18n.translate
|
||||
require("luci.i18n").loadc("ffwizard")
|
||||
local i18n = luci.i18n.translate
|
||||
|
||||
entry({"admin", "freifunk", "ffwizard"}, form("freifunk/ffwizard"), i18n("Wizard"), 40)
|
||||
assign({"mini", "freifunk", "ffwizard"}, {"admin", "freifunk", "ffwizard"}, i18n("Wizard"), 40)
|
||||
|
||||
Reference in New Issue
Block a user