From 6096d66051fda710e74a9c561e702182eacfe480 Mon Sep 17 00:00:00 2001
From: Thomas Waldmann
Date: Thu, 3 Oct 2013 16:40:15 +0200
Subject: [PATCH] fix some invalid html
---
nsupdate/main/templates/main/about.html | 16 ++++++++--------
.../includes/tabbed_router_configuration.html | 2 +-
nsupdate/main/templates/main/overview.html | 17 +++++++++--------
3 files changed, 18 insertions(+), 17 deletions(-)
diff --git a/nsupdate/main/templates/main/about.html b/nsupdate/main/templates/main/about.html
index 5528b34..5a33c93 100644
--- a/nsupdate/main/templates/main/about.html
+++ b/nsupdate/main/templates/main/about.html
@@ -28,15 +28,15 @@
Fair use
The only thing we expect from you is fair use of this service:
-
- - Don't abuse the service in any way.
- - Don't update your hosts too often.
- - Don't do updates if your IP did not change.
- - Don't create lots of users or lots of hosts.
- - Don't use the service for any illegal or otherwise questionable purpose.
- - Don't spam us via e-mail.
-
+
+ - Don't abuse the service in any way.
+ - Don't update your hosts too often.
+ - Don't do updates if your IP did not change.
+ - Don't create lots of users or lots of hosts.
+ - Don't use the service for any illegal or otherwise questionable purpose.
+ - Don't spam us via e-mail.
+
We reserve the right to remove any account or hostname(s) that are
related to unfair use of the service - at any time and without prior notice.
diff --git a/nsupdate/main/templates/main/includes/tabbed_router_configuration.html b/nsupdate/main/templates/main/includes/tabbed_router_configuration.html
index 0733b8a..02bfbb3 100644
--- a/nsupdate/main/templates/main/includes/tabbed_router_configuration.html
+++ b/nsupdate/main/templates/main/includes/tabbed_router_configuration.html
@@ -77,7 +77,7 @@
Enter the following data
- Setting | Value |
+ Setting | Value |
Dynamic DNS provider | Custom |
Update-URL | http://nsupdate.info/nic/update |
Domain Name | {{ host.get_fqdn|default:"<your hostname>" }} |
diff --git a/nsupdate/main/templates/main/overview.html b/nsupdate/main/templates/main/overview.html
index c9e3010..99785c3 100644
--- a/nsupdate/main/templates/main/overview.html
+++ b/nsupdate/main/templates/main/overview.html
@@ -57,14 +57,15 @@
Your current IPs
Your IPv4: {{ request.session.ipv4 }}
Your IPv6: {{ request.session.ipv6 }}
- Note: We try to get your IP addresses through a trick, by hosting two fake images:
-
- - on a IPv4-only server
- - on a IPv6-only server
-
- That way we can detect your IPs when your browser tries to load the images and
- associate them with your session.
- If we detected an IP address, we will update this information accordingly.
+ Note: We try to get your IP addresses through a trick, by hosting two fake images:
+
+ - on a IPv4-only server
+ - on a IPv6-only server
+
+
+ That way we can detect your IPs when your browser tries to load the images and
+ associate them with your session.
+ If we detected an IP address, we will update this information accordingly.