diff options
author | Hsing-Wang Liao <kuoruan@gmail.com> | 2017-01-05 16:28:45 +0800 |
---|---|---|
committer | Hsing-Wang Liao <kuoruan@gmail.com> | 2017-01-08 11:30:00 +0800 |
commit | ddfe7c4374e3449eecbca855e2ba1d780182f501 (patch) | |
tree | 0c8968b2e57154bd1f0d54cbbefde3a9b50590a7 /applications/luci-app-wifischedule/luasrc/view | |
parent | a2dfd21c80eaf815d50ca56a07efa82176f32d5a (diff) |
luci-app-wifischedule: minor changes
* Formatting codes.
* Move to services sub menu.
* Update Simplified Chinese translation.
* And some other small changes.
Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
Diffstat (limited to 'applications/luci-app-wifischedule/luasrc/view')
-rw-r--r-- | applications/luci-app-wifischedule/luasrc/view/wifischedule/file_viewer.htm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-wifischedule/luasrc/view/wifischedule/file_viewer.htm b/applications/luci-app-wifischedule/luasrc/view/wifischedule/file_viewer.htm index 2c7beba45f..f67a2bea99 100644 --- a/applications/luci-app-wifischedule/luasrc/view/wifischedule/file_viewer.htm +++ b/applications/luci-app-wifischedule/luasrc/view/wifischedule/file_viewer.htm @@ -15,7 +15,7 @@ Author: Nils Koenig <openwrt@newk.it> -%> <%+header%> -<h2 name="title"><%=translate(title)%></h2> +<h2 name="title"><%=title%></h2> <div id="content_fileviewer"> <textarea style="width: 100%" readonly="readonly" wrap="off" rows="<%=content:cmatch("\n")+1%>" id="content_id"><%=content:pcdata()%></textarea> </div> |