summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-wifischedule/luasrc/view
diff options
context:
space:
mode:
authorHsing-Wang Liao <kuoruan@gmail.com>2017-01-05 16:28:45 +0800
committerHsing-Wang Liao <kuoruan@gmail.com>2017-01-08 11:30:00 +0800
commitddfe7c4374e3449eecbca855e2ba1d780182f501 (patch)
tree0c8968b2e57154bd1f0d54cbbefde3a9b50590a7 /applications/luci-app-wifischedule/luasrc/view
parenta2dfd21c80eaf815d50ca56a07efa82176f32d5a (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.htm2
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>