From 994d16cf8586b7c14a393e8a09d01ac4c4710ee8 Mon Sep 17 00:00:00 2001
From: Tony Finch
- <!--#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 @@ documents, or to translate the error documents to different languages.
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.
@@ -361,7 +361,7 @@ appears to support it (the latter requires server configuration lines
of the form
BrowserMatch "^Mozilla/[2-4]" anigif
for browser types which support animated GIFs).
-<!--#if expr="\"$SERVER_NAME\" = /.*\.mycompany\.com/"
+<!--#if expr="$SERVER_NAME = /.*\.mycompany\.com/"
--><!--#set var="IMG_CorpLogo"
value="http://$SERVER_NAME:$SERVER_PORT/errordocs/CorpLogo.gif"
--><!--#set var="ALT_CorpLogo" value="Powered by Linux!"
--
2.47.3