fanf 00/10/24 12:11:24
Modified: htdocs/manual/misc custom_errordocs.html Log: replace more instances of \" with ' Revision Changes Path 1.8 +2 -2 httpd-docs-1.3/htdocs/manual/misc/custom_errordocs.html Index: custom_errordocs.html =================================================================== RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/misc/custom_errordocs.html,v retrieving revision 1.7 retrieving revision 1.8 diff -u -u -r1.7 -r1.8 --- custom_errordocs.html 2000/10/24 19:07:47 1.7 +++ custom_errordocs.html 2000/10/24 19:11:20 1.8 @@ -303,7 +303,7 @@ variable within an error document: </P> <PRE> - <!--#if expr="$REDIRECT_ERROR_NOTES = \"\"" --> + <!--#if expr="$REDIRECT_ERROR_NOTES = ''" --> <p> The server encountered an unexpected condition which prevented it from fulfilling the request. @@ -340,7 +340,7 @@ modifications. </P> <P> - <!--#if expr="$HTTP_REFERER != \"\"" --> + <!--#if expr="$HTTP_REFERER != ''" --> Please inform the owner of <A HREF="<!--#echo var="HTTP_REFERER" -->">the referring page</A> about the malformed link.