diff --git a/firewall/index.cgi b/firewall/index.cgi
index 276fa8d99..469edba26 100755
--- a/firewall/index.cgi
+++ b/firewall/index.cgi
@@ -236,8 +236,7 @@ else {
($s - $config{'perpage'}),
"
");
}
- print "",&text('index_position', $s+1, $e+1,
- scalar(@rules)),"\n";
+ print &text('index_position', $s+1, $e+1, scalar(@rules));
if ($e < @rules-1) {
print &ui_link("?start=".
($s + $config{'perpage'}),
diff --git a/firewall/lang/en b/firewall/lang/en
index 9d8bfd874..16721ebde 100644
--- a/firewall/lang/en
+++ b/firewall/lang/en
@@ -1,6 +1,7 @@
index_title=Linux IPTables Firewall
index_title_v=IPv4 Firewall
index_title_v6=IPv6 Firewall
+index_position=Showing rules $1 to $2 of $3
index_editing=rules file $1
index_ecommand=The command $1 was not found on your system. Webmin needs this command to configure IPtables.
index_ekernel=An error occured when checking your current IPtables configuration : $1 This may indicate that your kernel does not support IPtables.