diff --git a/dns/dyndns/Makefile b/dns/dyndns/Makefile
index d3defe5fc..d7ebd297e 100644
--- a/dns/dyndns/Makefile
+++ b/dns/dyndns/Makefile
@@ -1,5 +1,6 @@
PLUGIN_NAME= dyndns
PLUGIN_VERSION= 1.8
+PLUGIN_REVISION= 1
PLUGIN_COMMENT= Dynamic DNS Support
PLUGIN_MAINTAINER= franco@opnsense.org
diff --git a/dns/dyndns/src/www/widgets/widgets/dyn_dns_status.widget.php b/dns/dyndns/src/www/widgets/widgets/dyn_dns_status.widget.php
index 3e67f40a7..2af650db5 100644
--- a/dns/dyndns/src/www/widgets/widgets/dyn_dns_status.widget.php
+++ b/dns/dyndns/src/www/widgets/widgets/dyn_dns_status.widget.php
@@ -88,10 +88,10 @@ if (!empty($_REQUEST['getdyndnsstatus'])) {
- | =gettext("Interface");?> |
- =gettext("Service");?> |
- =gettext("Hostname");?> |
- =gettext("Cached IP");?> |
+ =gettext("Interface");?> |
+ =gettext("Service");?> |
+ =gettext("Hostname");?> |
+ =gettext("Cached IP");?> |
diff --git a/dns/rfc2136/Makefile b/dns/rfc2136/Makefile
index a62cfadea..60544e8da 100644
--- a/dns/rfc2136/Makefile
+++ b/dns/rfc2136/Makefile
@@ -1,5 +1,6 @@
PLUGIN_NAME= rfc2136
PLUGIN_VERSION= 1.3
+PLUGIN_REVISION= 1
PLUGIN_COMMENT= RFC-2136 Support
PLUGIN_MAINTAINER= franco@opnsense.org
PLUGIN_DEPENDS= bind912
diff --git a/dns/rfc2136/src/www/widgets/widgets/rfc2136.widget.php b/dns/rfc2136/src/www/widgets/widgets/rfc2136.widget.php
index b16b89f9e..4024bee35 100644
--- a/dns/rfc2136/src/www/widgets/widgets/rfc2136.widget.php
+++ b/dns/rfc2136/src/www/widgets/widgets/rfc2136.widget.php
@@ -95,10 +95,10 @@ if (!empty($_REQUEST['getrfc2136status'])) {
- | =gettext("Interface");?> |
- =gettext("Server");?> |
- =gettext("Hostname");?> |
- =gettext("Cached IP");?> |
+ =gettext("Interface");?> |
+ =gettext("Server");?> |
+ =gettext("Hostname");?> |
+ =gettext("Cached IP");?> |