Merge pull request #1983 from dibdot/adblock
[project/luci.git] / applications / luci-app-adblock / luasrc / view / adblock / query.htm
index 72dc16b1d84852586e34eb94d7953fa11eac3853..1fcd145803bbb46c761c6404d408c029389d721b 100644 (file)
@@ -45,7 +45,7 @@ This is free software, licensed under the Apache License, Version 2.0
 
 <form method="post" action="<%=REQUEST_URI%>">
        <div class="cbi-map">
-               <fieldset class="cbi-section">
+               <div class="cbi-section">
                        <div class="cbi-section-descr"><%:This form allows you to query active block lists for certain domains, e.g. for whitelisting.%></div>
                        <div style="width:33%; float:left;">
                                <input style="margin: 5px 0" type="text" value="google.com" name="input" />
@@ -53,12 +53,12 @@ This is free software, licensed under the Apache License, Version 2.0
                        </div>
                        <br style="clear:both" />
                        <br />
-               </fieldset>
+               </div>
        </div>
-       <fieldset class="cbi-section" style="display:none">
-               <legend id="query_input"><%:Collecting data...%></legend>
+       <div class="cbi-section" style="display:none">
+               <h3 id="query_input"><%:Collecting data...%></h3>
                <span id="query_output"></span>
-       </fieldset>
+       </div>
 </form>
 
 <%+footer%>