diff options
Diffstat (limited to 'application/views/file/file_info.php')
-rw-r--r-- | application/views/file/file_info.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/views/file/file_info.php b/application/views/file/file_info.php index 779ece854..82a3e4f81 100644 --- a/application/views/file/file_info.php +++ b/application/views/file/file_info.php @@ -7,7 +7,7 @@ </tr> <tr> <td class="title">Filename</td> - <td class="text"><?php echo $filedata["filename"]; ?></td> + <td class="text"><?php echo htmlspecialchars($filedata["filename"]); ?></td> </tr> <tr> <td class="title">Date of upload</td> |