diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/index.php b/web/index.php index b554b63..cb6cf7d 100644 --- a/web/index.php +++ b/web/index.php @@ -11,7 +11,7 @@ ob_start(); <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> <meta content="<?php echo $content_type; ?> charset=UTF-8" /> - <meta name="description" content="Open Source Quake 3"> + <meta name="description" content="Open Source Quake 3" /> <title>icculus.org/quake3: <?php echo $navlist[$page]; ?></title> <link rel="stylesheet" href="ioq3.css" type="text/css" /> </head> |