Fixed a few XHTML 1.0 related bugs
This commit is contained in:
parent
ad6b484f0e
commit
01ad8fd12c
7 changed files with 26 additions and 26 deletions
|
|
@ -352,9 +352,9 @@ sub www_listSubscriptionCodes {
|
|||
|
||||
$codes = $p->getPageData;
|
||||
|
||||
$output .= '<br>'.$delete.'<br>' if ($delete);
|
||||
$output .= '<br />'.$delete.'<br />' if ($delete);
|
||||
$output .= $p->getBarTraditional($session{form}{pn});
|
||||
$output .= '<br>';
|
||||
$output .= '<br />';
|
||||
$output .= '<table border="1" cellpadding="5" cellspacing="0" align="center">';
|
||||
$output .= '<tr>';
|
||||
$output .= '<th>'.$i18n->get('batchId').'</th><th>'.$i18n->get('code').'</th><th>'.$i18n->get('creation date').
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue