summaryrefslogtreecommitdiff
path: root/modules/TemplateParser.pm
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2010-07-13 16:40:21 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2010-07-13 16:40:21 +0000
commit942bf7e695485c6e00a08d4b75f90ac4fd05016d (patch)
tree22984bdfd9020fb744a0ffb4dc680897a205cb95 /modules/TemplateParser.pm
parent67dfd6947e1ce51fe44bd7146b48b1851f50285f (diff)
downloadMPC-942bf7e695485c6e00a08d4b75f90ac4fd05016d.tar.gz
ChangeLogTag: Tue Jul 13 16:38:44 UTC 2010 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'modules/TemplateParser.pm')
-rw-r--r--modules/TemplateParser.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/TemplateParser.pm b/modules/TemplateParser.pm
index 7d791e5b..7f8792c5 100644
--- a/modules/TemplateParser.pm
+++ b/modules/TemplateParser.pm
@@ -79,7 +79,7 @@ my %keywords = ('if' => 0,
'end_aux_file' => 0,
'translate_vars' => 2 | 1,
'convert_slashes' => 2,
- 'new_guid' => 0,
+ 'new_guid' => 0,
);
my %target_type_vars = ('type_is_static' => 1,