Revision 81b1b44a
Added by Phil Davis over 8 years ago
src/usr/local/www/guiconfig.inc | ||
---|---|---|
440 | 440 |
} |
441 | 441 |
|
442 | 442 |
function insert_word_breaks_in_domain_name($domain_name) { |
443 |
return str_replace('.', '.<wbr>', $domain_name);
|
|
443 |
return str_replace('.', '<wbr>.', $domain_name);
|
|
444 | 444 |
} |
445 | 445 |
|
446 | 446 |
function firewall_check_for_advanced_options(&$item) { |
Also available in: Unified diff
Redmine #7301 Put dot after the word break
Signed-off-by: Phil Davis <phil.davis@inf.org>