break works if orig filename is too long

This commit is contained in:
Uwe Steinmann 2025-07-07 19:53:41 +02:00
parent 3c9b51c152
commit 398a05ba47

View File

@ -747,7 +747,7 @@ $(document).ready( function() {
$this->columnEnd();
$this->columnStart(5);
print "<ul class=\"actions unstyled\">\n";
print "<li>".htmlspecialchars($latestContent->getOriginalFileName())."</li>\n";
print "<li style=\"overflow-wrap: break-word;\">".htmlspecialchars($latestContent->getOriginalFileName())."</li>\n";
print "<li>".getMLText('version').": ".$latestContent->getVersion()."</li>\n";
if ($file_exists) {