diff options
author | ville <ville@localhost> | 2009-11-29 19:13:49 +0000 |
---|---|---|
committer | ville <ville@localhost> | 2009-11-29 19:13:49 +0000 |
commit | fc0204cb58283027faed9fc8359854278d1f24ab (patch) | |
tree | a99ebcd045ddebfcb12a2ac5cd8bc0142fba95c4 | |
parent | 7a1f9249f02803bf97bda2eea287b86589515256 (diff) | |
download | markup-validator-fc0204cb58283027faed9fc8359854278d1f24ab.zip markup-validator-fc0204cb58283027faed9fc8359854278d1f24ab.tar.gz markup-validator-fc0204cb58283027faed9fc8359854278d1f24ab.tar.bz2 |
Add indentation settings.
-rwxr-xr-x | httpd/cgi-bin/sendfeedback.pl | 10 | ||||
-rwxr-xr-x | misc/docs_errors.pl | 10 |
2 files changed, 17 insertions, 3 deletions
diff --git a/httpd/cgi-bin/sendfeedback.pl b/httpd/cgi-bin/sendfeedback.pl index da309e1..e9d159f 100755 --- a/httpd/cgi-bin/sendfeedback.pl +++ b/httpd/cgi-bin/sendfeedback.pl @@ -1,7 +1,7 @@ #!/usr/bin/perl -T ## ## feedback generator for W3C Markup Validation Service -# # $Id: sendfeedback.pl,v 1.17 2009-11-25 19:52:48 ville Exp $ +# # $Id: sendfeedback.pl,v 1.18 2009-11-29 19:13:49 ville Exp $ ## Pragmas. use strict; @@ -173,4 +173,10 @@ process_query; #error_choices; print_prefilled_form; -# END +# Local Variables: +# mode: perl +# indent-tabs-mode: nil +# cperl-indent-level: 4 +# perl-indent-level: 4 +# End: +# ex: ts=4 sw=4 et diff --git a/misc/docs_errors.pl b/misc/docs_errors.pl index 606f661..17210bd 100755 --- a/misc/docs_errors.pl +++ b/misc/docs_errors.pl @@ -2,7 +2,7 @@ ## ## Generates HTML documentation of error messages and explanations ## for W3C Markup Validation Service -## $Id: docs_errors.pl,v 1.14 2009-11-24 18:58:59 ville Exp $ +## $Id: docs_errors.pl,v 1.15 2009-11-29 19:13:49 ville Exp $ ## Pragmas. use strict; @@ -155,3 +155,11 @@ sub de_template_explanation } return $explanation; } + +# Local Variables: +# mode: perl +# indent-tabs-mode: nil +# cperl-indent-level: 4 +# perl-indent-level: 4 +# End: +# ex: ts=4 sw=4 et |