Merge pull request #1818 from dibdot/lxc_fix
[project/luci.git] / modules / luci-mod-failsafe / luasrc / view / failsafe / flashops.htm
index 985bab8..d6e9ad7 100644 (file)
@@ -1,13 +1,13 @@
 <%#
  Copyright 2008 Steven Barth <steven@midlink.org>
- Copyright 2008 Jo-Philipp Wich <xm@leipzig.freifunk.net>
+ Copyright 2008 Jo-Philipp Wich <jow@openwrt.org>
  Copyright 2012 Daniel Golle <dgolle@allnet.de>
  Licensed to the public under the Apache License 2.0.
 -%>
 
 <%+header%>
 
-<h2><a id="content" name="content"><%:Flash operations%></a></h2>
+<h2 name="content"><%:Flash operations%></h2>
 <fieldset class="cbi-section">
        <legend><%:Flash new firmware image%></legend>
        <% if upgrade_avail then %>
@@ -27,7 +27,7 @@
                        <% end %>
                </form>
        <% else %>
-               <div class="cbi-section-descr"><%:Sorry, there is no sysupgrade support present; a new firmware image must be flashed manually. Please refer to the OpenWrt wiki for device specific install instructions.%></div>
+               <div class="cbi-section-descr"><%:Sorry, there is no sysupgrade support present; a new firmware image must be flashed manually. Please refer to the wiki for device specific install instructions.%></div>
        <% end %>
 </fieldset>