diff options
Diffstat (limited to 'controllers/archive.php')
| -rw-r--r-- | controllers/archive.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/controllers/archive.php b/controllers/archive.php index 70f2b6d..ae25482 100644 --- a/controllers/archive.php +++ b/controllers/archive.php @@ -380,7 +380,7 @@ class DownloadPage { // Add the header for the archives $phpTag = $dom->createElement('script', ' </script> - <?php require_once "' . __DIR__ . '/../views/archive/topbar.php" ?> + <?php require_once \'' . __DIR__ . '/../views/archive/topbar.php\' ?> <script> '); $body = $dom->getElementsByTagName('body')->item(0); |
