remove leading and trailing whitespace around URLs in template, FritzBox malfunctions if they get copy&pasted

This commit is contained in:
Thomas Waldmann 2013-10-03 01:26:10 +02:00
parent da2cf11f70
commit ca3897c04c

View File

@ -68,10 +68,8 @@
<tr><td>Password</td><td>{{ update_secret|default:"&lt;your secret&gt;" }}</td></tr> <tr><td>Password</td><td>{{ update_secret|default:"&lt;your secret&gt;" }}</td></tr>
</table> </table>
<h5>If you also have IPv6 (Dual Stack)</h5> <h5>If you also have IPv6 (Dual Stack)</h5>
Set Update-URL to the following (two links, separated by space) Set Update-URL to the following (two URLs, separated by one space)
<div class="well well-sm"> <div class="well well-sm">http://ipv4.nsupdate.info/nic/update http://ipv6.nsupdate.info/nic/update</div>
http://ipv4.nsupdate.info/nic/update http://ipv6.nsupdate.info/nic/update
</div>
</div> </div>
<div class="tab-pane" id="browser"> <div class="tab-pane" id="browser">
<h4>Easy update URLs</h4> <h4>Easy update URLs</h4>