From b2d7d3f2b052123e2386175ef7f17ac7c46ec60f Mon Sep 17 00:00:00 2001 From: andi Date: Fri, 29 Apr 2005 18:18:07 +0200 Subject: fixed hashlinks darcs-hash:20050429161807-9977f-45bc378f7ce4dc77a214474de81caa2c3cabd154.gz --- inc/pageutils.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/pageutils.php b/inc/pageutils.php index d8c64f14e..9a255ec2e 100644 --- a/inc/pageutils.php +++ b/inc/pageutils.php @@ -187,7 +187,7 @@ function resolve_pageid($ns,&$page,&$exists){ } //add hash if any - if(!empty($hash)) $page.'#'.$hash; + if(!empty($hash)) $page .= '#'.$hash; } //Setup VIM: ex: et ts=2 enc=utf-8 : -- cgit v1.2.3