diff options
Diffstat (limited to 'includes/pear/Text/Wiki/Render/Xhtml/Freelink.php')
| -rwxr-xr-x[-rw-r--r--] | includes/pear/Text/Wiki/Render/Xhtml/Freelink.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/pear/Text/Wiki/Render/Xhtml/Freelink.php b/includes/pear/Text/Wiki/Render/Xhtml/Freelink.php index f592fdf..78f88a9 100644..100755 --- a/includes/pear/Text/Wiki/Render/Xhtml/Freelink.php +++ b/includes/pear/Text/Wiki/Render/Xhtml/Freelink.php @@ -9,14 +9,14 @@ * @package Text_Wiki * @author Paul M. Jones <pmjones@php.net> * @license http://www.gnu.org/copyleft/lesser.html LGPL License 2.1 - * @version CVS: $Id: Freelink.php 191862 2005-07-30 08:03:29Z toggg $ + * @version CVS: $Id$ * @link http://pear.php.net/package/Text_Wiki */ /** * The wikilink render class. */ -require_once 'Text/Wiki/Render/Xhtml/Wikilink.php'; +require_once "Text/Wiki/Render/Xhtml/Wikilink.php"; /** * This class renders free links in XHTML. |
