summaryrefslogtreecommitdiff
path: root/inc/geshi/html4strict.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/geshi/html4strict.php')
-rw-r--r--inc/geshi/html4strict.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/inc/geshi/html4strict.php b/inc/geshi/html4strict.php
index 57d69c165..3d2620e32 100644
--- a/inc/geshi/html4strict.php
+++ b/inc/geshi/html4strict.php
@@ -4,7 +4,7 @@
* ---------------
* Author: Nigel McNie (nigel@geshi.org)
* Copyright: (c) 2004 Nigel McNie (http://qbnz.com/highlighter/)
- * Release Version: 1.0.7.19
+ * Release Version: 1.0.7.20
* Date Started: 2004/07/10
*
* HTML 4.01 strict language file for GeSHi.
@@ -248,7 +248,8 @@ $language_data = array (
0 => false,
1 => false,
2 => true
- )
+ ),
+ 'TAB_WIDTH' => 4
);
?>