]> granicus.if.org Git - apache/commitdiff
Avoid syntax error
authorMartin Kraemer <martin@apache.org>
Tue, 22 Jan 2002 16:40:45 +0000 (16:40 +0000)
committerMartin Kraemer <martin@apache.org>
Tue, 22 Jan 2002 16:40:45 +0000 (16:40 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92970 13f79535-47bb-0310-9956-ffa450edef68

docs/error/HTTP_FORBIDDEN.html.var

index 61e4105c7306dc415a192b399e2b0335aef2de81..fb76393099f26f591aa624ae061cc31190a6d5f7 100644 (file)
@@ -4,7 +4,7 @@ Body:----------de--
 <!--#set var="TITLE" value="Zugriff verweigert!" -->
 <!--#include virtual="include/top.html" -->
 
-  <!--#if expr="$REDIRECT_URL = //$/" -->
+  <!--#if expr="$REDIRECT_URL = /\/$/" -->
 
     Der Zugriff auf das angeforderte Verzeichnis ist nicht möglich.
     Entweder ist kein Index-Dokument vorhanden oder das Verzeichnis
@@ -26,7 +26,7 @@ Content-type: text/html
 Body:----------en--
 <!--#set var="TITLE" value="Access forbidden!" -->
 <!--#include virtual="include/top.html" -->
-<!--#if expr="$REDIRECT_URL = //$/" -->
+<!--#if expr="$REDIRECT_URL = /\/$/" -->
 
    You don't have permission to access the requested directory.
    There is either no index document or the directory is read-protected.
@@ -47,7 +47,7 @@ Body:----------es--
 <!--#set var="TITLE" value="Access forbidden!" -->
 <!--#include virtual="include/top.html" -->
 
-  <!--#if expr="$REDIRECT_URL = //$/" -->
+  <!--#if expr="$REDIRECT_URL = /\/$/" -->
 
         Usted no tiene permiso para accesar a la direcci&oacute;n
         solicitada. Existe la posibilidad de que el directorio
@@ -70,7 +70,7 @@ Content-type: text/html
 Body:----------fr--
 <!--#set var="TITLE" value="Acc&egrave;s interdit!" -->
 <!--#include virtual="include/top.html" -->
-<!--#if expr="$REDIRECT_URL = //$/" -->
+<!--#if expr="$REDIRECT_URL = /\/$/" -->
 Vous n'avez pas le droit d'acc&eacute;der au r&eacute;pertoire
 demand&eacute;. Soit il n'y a pas de document index soit le r&eacute;pertoire
 est prot&eacute;g&eacute;.