style fix
This commit is contained in:
parent
65795dfaa6
commit
3040ef9add
|
@ -633,7 +633,7 @@ class lamList {
|
|||
echo '<h1 align="center">' . _('Create PDF file') . "</h1>\n";
|
||||
echo "<form action=\"list.php?type=" . $this->type . "&norefresh=true\" method=\"post\">\n";
|
||||
|
||||
echo '<fieldset class="' . $this->type . 'edit">';
|
||||
echo '<fieldset class="' . $this->type . 'edit"><br>';
|
||||
echo '<table class="' . $this->type . 'edit">';
|
||||
echo '<tr>';
|
||||
echo '<td>';
|
||||
|
|
Loading…
Reference in New Issue