* luci/libs/cbi: various template cleanups
[project/luci.git] / libs / cbi / luasrc / view / cbi / footer.htm
index 7e9056a..4d21fd1 100644 (file)
@@ -12,10 +12,11 @@ You may obtain a copy of the License at
 $Id$
 
 -%>
-                       <div>
-                               <input type="submit" value="<%:save%>" />
-                               <input type="reset" value="<%:reset%>" />
-                               <script type="text/javascript">cbi_d_init();</script>
-                       </div>
-               </form>
-<%+footer%>
\ No newline at end of file
+
+       <div>
+               <input type="submit" value="<%:save%>" />
+               <input type="reset" value="<%:reset%>" />
+               <script type="text/javascript">cbi_d_init();</script>
+       </div>
+</form>
+<%+footer%>