Author: nextgens
Date: 2008-06-17 18:37:45 +0000 (Tue, 17 Jun 2008)
New Revision: 20413
Modified:
trunk/website/includes/common.inc.php
Log:
website: add the missing ';'
Modified: trunk/website/includes/common.inc.php
===================================================================
--- trunk/website/includes/common.inc.php 2008-06-17 18:25:12 UTC (rev
20412)
+++ trunk/website/includes/common.inc.php 2008-06-17 18:37:45 UTC (rev
20413)
@@ -2,7 +2,7 @@
if (!isset($_REQUEST["rewritten"])) {
$currentURI = htmlentities($_SERVER['REQUEST_URI']);
- $prefix = "http://freenetproject.org"
+ $prefix = "http://freenetproject.org";
if ($c=preg_match_all ("/\\/index\\.php\\?page=[\\/]*([^&]+)/is",
$currentURI, $matches)) {
$page_name = $matches[1][0].".html";