Project

General

Profile

« Previous | Next » 

Revision 81b1b44a

Added by Phil Davis over 8 years ago

Redmine #7301 Put dot after the word break

Signed-off-by: Phil Davis <>

View differences:

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