luci-base: fix empty reply format in ubus gateway fallback code
[project/luci.git] / applications / luci-app-simple-adblock / luasrc / view / simple-adblock / error.htm
1 <%#
2 Copyright 2017-2019 Stan Grishin (stangri@melmac.net)
3 This is free software, licensed under the Apache License, Version 2.0
4 -%>
5
6 <%+cbi/valueheader%>
7
8 <textarea rows="<%=select(2, self:cfgvalue(section):gsub('\n', '\n'))%>"
9 style="border:none;box-shadow:none;background:transparent;font-weight:bold;line-height:20px;width:50em;padding:none;margin:6px;resize:none;overflow:hidden;"
10 disabled="disabled"><%=self:cfgvalue(section):gsub('\n', '\n')%>
11 </textarea>
12
13 <%+cbi/valuefooter%>