fix some html markup

This commit is contained in:
Uwe Steinmann 2016-04-26 18:16:24 +02:00
parent 99e52d68f4
commit 51ca23085a

View File

@ -502,7 +502,7 @@ class SeedDMS_View_ViewDocument extends SeedDMS_Bootstrap_Style {
}
}
}
print "</ul>\n";
print "</ul></td>\n";
// print "<td>".htmlspecialchars($latestContent->getComment())."</td>";
@ -693,7 +693,7 @@ class SeedDMS_View_ViewDocument extends SeedDMS_Bootstrap_Style {
}
print "</ul></td>\n";
print "</td>\n</tr>\n";
print "</tr>\n";
}
}
@ -763,7 +763,7 @@ class SeedDMS_View_ViewDocument extends SeedDMS_Bootstrap_Style {
print "</ul>";
print "</td>\n";
print "</td>\n</tr>\n";
print "</tr>\n";
}
}
@ -1047,7 +1047,7 @@ class SeedDMS_View_ViewDocument extends SeedDMS_Bootstrap_Style {
}
print "</ul></td>\n";
print "</td>\n</tr>\n";
print "</tr>\n";
}
?>
</table>
@ -1157,7 +1157,7 @@ class SeedDMS_View_ViewDocument extends SeedDMS_Bootstrap_Style {
}
print "</ul></td>\n";
print "</td>\n</tr>\n";
print "</tr>\n";
}
?>
</table>
@ -1329,7 +1329,7 @@ class SeedDMS_View_ViewDocument extends SeedDMS_Bootstrap_Style {
print "<li>".getMLText("uploaded_by")." <a href=\"mailto:".$responsibleUser->getEmail()."\">".htmlspecialchars($responsibleUser->getFullName())."</a></li>";
print "<li>".getLongReadableDate($file->getDate())."</li>";
print "</ul></td>";
print "<td>".htmlspecialchars($file->getComment())."</td>";
print "<td><ul class=\"unstyled actions\">";