diagnostics: Replace 2 more  

This commit is contained in:
Manuel Munz 2013-01-13 19:06:32 +00:00
parent ad45a3c401
commit 7023f33223
2 changed files with 2 additions and 2 deletions

View file

@ -96,7 +96,7 @@ local has_traceroute6 = fs.access("/usr/bin/traceroute6")
<input type="button" value="<%:Traceroute%>" class="cbi-button cbi-button-apply" onclick="update_status(this.form.traceroute)" /> <input type="button" value="<%:Traceroute%>" class="cbi-button cbi-button-apply" onclick="update_status(this.form.traceroute)" />
<% end %> <% end %>
<% if not has_traceroute6 then %> <% if not has_traceroute6 then %>
<p>&nbsp;</p> <p>&#160;</p>
<p><%:Install iputils-traceroute6 for IPv6 traceroute%></p> <p><%:Install iputils-traceroute6 for IPv6 traceroute%></p>
<% end %> <% end %>
</div> </div>

View file

@ -96,7 +96,7 @@ local has_traceroute6 = fs.access("/usr/bin/traceroute6")
<input type="button" value="<%:Traceroute%>" class="cbi-button cbi-button-apply" onclick="update_status(this.form.traceroute)" /> <input type="button" value="<%:Traceroute%>" class="cbi-button cbi-button-apply" onclick="update_status(this.form.traceroute)" />
<% end %> <% end %>
<% if not has_traceroute6 then %> <% if not has_traceroute6 then %>
<p>&nbsp;</p> <p>&#160;</p>
<p><%:Install iputils-traceroute6 for IPv6 traceroute%></p> <p><%:Install iputils-traceroute6 for IPv6 traceroute%></p>
<% end %> <% end %>
</div> </div>