diff options
Diffstat (limited to 'frontends/php/queue.php')
| -rw-r--r-- | frontends/php/queue.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/queue.php b/frontends/php/queue.php index be82be8e..5659cff2 100644 --- a/frontends/php/queue.php +++ b/frontends/php/queue.php @@ -21,7 +21,7 @@ <?php include "include/config.inc.php"; - $page["title"] = S_QUEUE_BIG; + $page["title"] = "S_QUEUE_BIG"; $page["file"] = "queue.php"; show_header($page["title"],10,0); ?> |
