diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2017-03-27 13:33:45 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-27 13:33:45 +0300 |
commit | 98f009913c623e9a6f71e68419050732cb226ba7 (patch) | |
tree | 55b48006ebc7b1093098448f5201417006da4981 /applications/luci-app-adblock/luasrc/view/adblock/logread.htm | |
parent | 65a089d6798e60a807fa250c5789dee52bb735f5 (diff) | |
parent | d3fecae59ebbf4e95e7ca824f0600f801164d03c (diff) |
Merge pull request #1084 from musashino205/adblk-fix-translation
luci-app-adblock: Fix display issues with translation
Diffstat (limited to 'applications/luci-app-adblock/luasrc/view/adblock/logread.htm')
-rw-r--r-- | applications/luci-app-adblock/luasrc/view/adblock/logread.htm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-adblock/luasrc/view/adblock/logread.htm b/applications/luci-app-adblock/luasrc/view/adblock/logread.htm index 4a5585fd2c..ce842a88e8 100644 --- a/applications/luci-app-adblock/luasrc/view/adblock/logread.htm +++ b/applications/luci-app-adblock/luasrc/view/adblock/logread.htm @@ -8,7 +8,7 @@ This is free software, licensed under the Apache License, Version 2.0 <div class="cbi-map"> <fieldset class="cbi-section"> - <div class="cbi-section-descr">This form shows the syslog output, pre-filtered for adblock related messages only.</div> + <div class="cbi-section-descr"><%:This form shows the syslog output, pre-filtered for adblock related messages only.%></div> <textarea id="logread_id" style="width: 100%; height: 450px; border: 1px solid #cccccc; padding: 5px; font-size: 12px; font-family: monospace; resize: none;" readonly="readonly" wrap="off" rows="<%=content:cmatch("\n")+2%>"><%=content:pcdata()%></textarea> </fieldset> </div> |