mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-09-07 02:20:59 +00:00
break works if orig filename is too long
This commit is contained in:
parent
3c9b51c152
commit
398a05ba47
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user