markup-validator commit: Wrap long lines.

changeset:   3210:0234d917e60d
user:        Ville Skyttä <ville.skytta@iki.fi>
date:        Thu Mar 10 22:30:03 2011 +0200
files:       httpd/conf/httpd.conf
description:
Wrap long lines.


diff -r f143215e9b49 -r 0234d917e60d httpd/conf/httpd.conf
--- a/httpd/conf/httpd.conf	Thu Mar 10 11:38:23 2011 -0500
+++ b/httpd/conf/httpd.conf	Thu Mar 10 22:30:03 2011 +0200
@@ -13,8 +13,10 @@
 
 # First, tell httpd that check and sendfeedback.pl are CGI scripts.
 
-AliasMatch ^/+w3c-validator/+check(/+referer)?$   /usr/local/validator/cgi-bin/check
-AliasMatch ^/+w3c-validator/+feedback(\.html)?$ /usr/local/validator/cgi-bin/sendfeedback.pl
+AliasMatch ^/+w3c-validator/+check(/+referer)?$ \
+           /usr/local/validator/cgi-bin/check
+AliasMatch ^/+w3c-validator/+feedback(\.html)?$ \
+           /usr/local/validator/cgi-bin/sendfeedback.pl
 
 <IfDefine MODPERL2>
 # Note: this affects the whole server, not just the validator.
@@ -76,4 +78,5 @@
 </Directory>
 
 # Atom news feed
-Redirect /w3c-validator/whatsnew.atom http://www.w3.org/QA/Tools/validator-whatsnew.atom
+Redirect /w3c-validator/whatsnew.atom \
+         http://www.w3.org/QA/Tools/validator-whatsnew.atom

Received on Thursday, 10 March 2011 20:48:20 UTC