summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2017-02-23 14:39:54 +0545
committerRenato Botelho <renato@netgate.com>2017-03-07 15:02:00 -0300
commitde34683a19c3b3abd8df78fb242510e07289fee7 (patch)
tree32c3a5b13c6773407345a0f0459777a86ec220a4
parentb77ddf68862ad6fe0752e55a2042e323ae485beb (diff)
downloadpfsense-de34683a19c3b3abd8df78fb242510e07289fee7.zip
pfsense-de34683a19c3b3abd8df78fb242510e07289fee7.tar.gz
Redmine #7301 Put dot after the word break
Signed-off-by: Phil Davis <phil.davis@inf.org> (cherry picked from commit 81b1b44ad7e4d7abc635b08533359b9df45b54b2)
-rw-r--r--src/usr/local/www/guiconfig.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/guiconfig.inc b/src/usr/local/www/guiconfig.inc
index d03163c..869c5dd 100644
--- a/src/usr/local/www/guiconfig.inc
+++ b/src/usr/local/www/guiconfig.inc
@@ -431,7 +431,7 @@ function pprint_port($port) {
}
function insert_word_breaks_in_domain_name($domain_name) {
- return str_replace('.', '.<wbr>', $domain_name);
+ return str_replace('.', '<wbr>.', $domain_name);
}
function firewall_check_for_advanced_options(&$item) {
OpenPOWER on IntegriCloud