fixed HTML error

This commit is contained in:
Roland Gruber 2010-10-11 16:03:48 +00:00
parent 64f88587d3
commit 3637f3fa7d
1 changed files with 2 additions and 2 deletions

View File

@ -590,9 +590,9 @@ class lamList {
$this->listPrintHeader();
echo "<br>\n";
echo "<form target=\"_blank\" action=\"list.php?type=" . $this->type . "&amp;norefresh=true\" method=\"post\">\n";
echo "<br><div>\n";
echo "<div class=\"ui-tabs-nav\">";
echo "<form target=\"_blank\" action=\"list.php?type=" . $this->type . "&amp;norefresh=true\" method=\"post\">\n";
echo '<fieldset class="' . $this->type . 'edit"><legend>' . _('Create PDF file') . '</legend><br>';
echo '<table class="' . $this->type . 'edit">';