Project

General

Profile

« Previous | Next » 

Revision b77ddf68

Added by Phil Davis over 8 years ago

Redmine #7301 Provide word-break opportunity for dynamic DNS host names

Signed-off-by: Phil Davis <>
(cherry picked from commit 138e79d42cb1771e3b8fcc727270187f5c7ee7db)

View differences:

src/usr/local/www/guiconfig.inc
430 430
	return $pport;
431 431
}
432 432

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

  
433 437
function firewall_check_for_advanced_options(&$item) {
434 438
	$item_set = "";
435 439
	if ($item['os']) {

Also available in: Unified diff