WebsiteBaker 2.13.8 is now available!
R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WBhttps://forum.websitebaker.org/index.php/topic,32355.0.html
<?phpwriter.setRules( 'a', { // Indicates that this tag causes indentation on line breaks inside of it. indent : false, // Insert a line break before the <a> tag. breakBeforeOpen : false, // Insert a line break after the <a> tag. breakAfterOpen : false, // Insert a line break before the </a> closing tag. breakBeforeClose : false, // Insert a line break after the </a> closing tag. breakAfterClose : false });