summaryrefslogtreecommitdiff
path: root/includes/pear/Text/Wiki/Default.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/pear/Text/Wiki/Default.php')
-rwxr-xr-x[-rw-r--r--]includes/pear/Text/Wiki/Default.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/pear/Text/Wiki/Default.php b/includes/pear/Text/Wiki/Default.php
index 379cf12..f065a04 100644..100755
--- a/includes/pear/Text/Wiki/Default.php
+++ b/includes/pear/Text/Wiki/Default.php
@@ -9,11 +9,11 @@
* @package Text_Wiki
* @author Justin Patrin <justinpatrin@php.net>
* @license http://www.gnu.org/copyleft/lesser.html LGPL License 2.1
- * @version CVS: $Id: Default.php 208363 2006-03-01 16:58:17Z justinpatrin $
+ * @version CVS: $Id$
* @link http://pear.php.net/package/Text_Wiki
*/
-require_once('Text/Wiki.php');
+require_once("Text/Wiki.php");
/**
* This is the parser for the Default ruleset. For now, this simply extends Text_Wiki.