SAK-5668 introduced a <br /> line break in the worksite info display for cosmetic purposes, but since changed site info into rich-text, site descriptions are now typically bracketed inside <p> tags, so this is no longer required (and introduces unnecessary white space).
r12744 should therefore now be reverted to remove the <br> from site, i.e. remove
SAK-5668 introduced a <br /> line break in the worksite info display for cosmetic purposes, but since changed site info into rich-text, site descriptions are now typically bracketed inside <p> tags, so this is no longer required (and introduces unnecessary white space).
r12744 should therefore now be reverted to remove the <br> from site, i.e. remove
out.println("<br />");
from
/site/trunk/site-impl/impl/src/java/org/sakaiproject/site/impl/BaseSiteService.java