diff options
author | Renato Botelho <renato@netgate.com> | 2017-03-07 15:01:57 -0300 |
---|---|---|
committer | Renato Botelho <renato@netgate.com> | 2017-03-07 15:01:57 -0300 |
commit | a095b039a224177db47e890671b2e1dc54895ff7 (patch) | |
tree | 9eb3641c9e712c81235f30999eefb9548ca04d8f /src/usr/local/www/widgets | |
parent | 3aa941d0c2ddd70591224b502b8473dc65a27c45 (diff) | |
parent | 81b1b44ad7e4d7abc635b08533359b9df45b54b2 (diff) | |
download | pfsense-a095b039a224177db47e890671b2e1dc54895ff7.zip pfsense-a095b039a224177db47e890671b2e1dc54895ff7.tar.gz |
Merge pull request #3574 from phil-davis/wrap-host-domain-names
Diffstat (limited to 'src/usr/local/www/widgets')
-rw-r--r-- | src/usr/local/www/widgets/widgets/dyn_dns_status.widget.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/widgets/widgets/dyn_dns_status.widget.php b/src/usr/local/www/widgets/widgets/dyn_dns_status.widget.php index 3f6c530..6e90d4e 100644 --- a/src/usr/local/www/widgets/widgets/dyn_dns_status.widget.php +++ b/src/usr/local/www/widgets/widgets/dyn_dns_status.widget.php @@ -197,7 +197,7 @@ function get_dyndns_service_text($dyndns_type) { <?=htmlspecialchars(get_dyndns_service_text($dyndns['type']));?> </td> <td> - <?=htmlspecialchars(get_dyndns_hostname_text($dyndns));?> + <?=insert_word_breaks_in_domain_name(htmlspecialchars(get_dyndns_hostname_text($dyndns)));?> </td> <td> <div id="dyndnsstatus<?= $rowid;?>"><?= gettext("Checking ...");?></div> |