diff options
author | Yanlan Shen <yanlan.shen.@rosinson.com> | 2018-11-14 11:50:49 +0800 |
---|---|---|
committer | Yanlan Shen <yanlan.shen.@rosinson.com> | 2018-11-14 11:50:49 +0800 |
commit | 4d3d6c66d671430f8aa887e8c707fc5833813322 (patch) | |
tree | e7a2de1f6dad59a1883a51ba5e1e0bcce62edffc | |
parent | 4335c50a2b4b83b1fe213b5c4007c47f2c787d1f (diff) |
luci-theme-rosy: fixed typo
Signed-off-by: Yanlan Shen <yanlan.shen.@rosinson.com>
-rw-r--r-- | themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm b/themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm index 89bbd815bd..21fa78e3c6 100644 --- a/themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm +++ b/themes/luci-theme-rosy/luasrc/view/themes/rosy/header.htm @@ -285,7 +285,7 @@ <p> <%:There is no password set on this router. Please configure a root password to protect the web interface and enable SSH.%> </p> - <div><a class="btn" href="<%=url(" admin/system/admin")%>"> <%:Go to password configuration...%></a></div> + <div><a class="btn" href="<%=url("admin/system/admin")%>"> <%:Go to password configuration...%></a></div> </div> <%- end -%> |