Project

General

Profile

« Previous | Next » 

Revision de34683a

Added by Phil Davis over 8 years ago

Redmine #7301 Put dot after the word break

Signed-off-by: Phil Davis <>
(cherry picked from commit 81b1b44ad7e4d7abc635b08533359b9df45b54b2)

View differences:

src/usr/local/www/guiconfig.inc
431 431
}
432 432

  
433 433
function insert_word_breaks_in_domain_name($domain_name) {
434
	return str_replace('.', '.<wbr>', $domain_name);
434
	return str_replace('.', '<wbr>.', $domain_name);
435 435
}
436 436

  
437 437
function firewall_check_for_advanced_options(&$item) {

Also available in: Unified diff