CVS update: /cowiki/includes/cowiki/class/parse/

[email protected] 22 Jun 2005 16:04:29 -0000
Newsgroups gmane.comp.php.cowiki.cvs
Message-ID <[email protected]>
User: cmarble 
Date: 2005/06/22 09:04:29

Modified:
   cowiki/includes/cowiki/class/parse/class.CoWikiParser.php

Log:
 Oops. My mistake.

File Changes:

Directory: /cowiki/includes/cowiki/class/parse/
===============================================

File [changed]: class.CoWikiParser.php
Url: http://cowiki.tigris.org/source/browse/cowiki/includes/cowiki/class/parse/class.CoWikiParser.php?r1=1.16&r2=1.17
Delta lines:  +3 -3
-------------------
--- class.CoWikiParser.php	21 Jun 2005 16:37:48 -0000	1.16
+++ class.CoWikiParser.php	22 Jun 2005 16:04:26 -0000	1.17
@@ -2,7 +2,7 @@
 
 /**
  *
- * $Id: class.CoWikiParser.php,v 1.16 2005/06/21 16:37:48 cmarble Exp $
+ * $Id: class.CoWikiParser.php,v 1.17 2005/06/22 16:04:26 cmarble Exp $
  *
  * This file is part of coWiki. coWiki is free software under the terms of
  * the GNU General Public License (GPL). Read the LICENSE file. If you did
@@ -17,7 +17,7 @@
  * @author      Daniel T. Gorski, <[email protected]>
  * @copyright   (C) Daniel T. Gorski, {@link http://www.develnet.org}
  * @license     http://www.gnu.org/licenses/gpl.html
- * @version     $Revision: 1.16 $
+ * @version     $Revision: 1.17 $
  *
  */
 
@@ -123,7 +123,7 @@
      * @since   coWiki 0.4.0
      */
     protected function createUriLinkElement($sRef, $sAlias, $sSquare) {
-        $sStr =  '<link origin="'.$sSquare,'"').
+        $sStr =  '<link origin="'.$sSquare.'"'.
                         ' href="'. $sRef . '">';
 
         if ($sAlias && $sAlias != '') {