$sm_attribute_str = '';
if (isset($hide_sm_attributions) && !$hide_sm_attributions) {
-//FIXME: need to remove *ALL* HTML from this file!
- $sm_attribute_str = _("SquirrelMail Webmail Application")."<br />\n" .
- _("By the SquirrelMail Project Team")."<br />\n";
+ $sm_attribute_str = _("SquirrelMail Webmail Application")."\n" .
+ _("By the SquirrelMail Project Team");
}
if(sqgetGlobalVar('mailtodata', $mailtodata)) {
session_write_close();
-$oTemplate->assign('logo_str', $logo_str);
+$oTemplate->assign('logo_str', $logo_str, FALSE);
$oTemplate->assign('logo_path', $org_logo);
$oTemplate->assign('sm_attribute_str', $sm_attribute_str);
$oTemplate->assign('org_name_str', sprintf (_("%s Login"), $org_name));
$oTemplate->assign('login_field_value', $loginname_value);
-$oTemplate->assign('login_extra', $login_extra);
+$oTemplate->assign('login_extra', $login_extra, FALSE);
//FIXME: need to remove *ALL* HTML from this file!
echo '<body onLoad="squirrelmail_loginpage_onload()">'."\n";
<tr>
<td class="sqm_loginTop" colspan="2">
<?php echo $logo_str; if (!empty($logo_str)) echo '<br />'; ?>
- <?php echo $sm_attribute_str; ?>
+ <?php echo nl2br($sm_attribute_str); ?>
</td>
</tr>
<tr>