]> granicus.if.org Git - apache/commitdiff
Another example, wherein our example in code/conf doesn't match our
authorWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 28 Dec 2001 17:09:52 +0000 (17:09 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 28 Dec 2001 17:09:52 +0000 (17:09 +0000)
  recommended practices

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92639 13f79535-47bb-0310-9956-ffa450edef68

modules/filters/mod_include.c

index e2e27b5dff230e75c7014e96e7c794476d7ff158..36df87686c5b771ae3d13ae6d22f3395086e1b6e 100644 (file)
@@ -1079,7 +1079,7 @@ static int handle_include(include_ctx_t *ctx, apr_bucket_brigade **bb,
                      * The filename comparison catches a recursive include
                      * with an ever-changing URL, eg.
                      * <!--#include virtual=
-                     *      "$REQUEST_URI/$QUERY_STRING?$QUERY_STRING/x"-->
+                     *      "$REQUEST_URI/$QUERY_STRING?$QUERY_STRING/x" -->
                      * which, although they would eventually be caught because
                      * we have a limit on the length of files, etc., can 
                      * recurse for a while.
@@ -3079,7 +3079,7 @@ static apr_status_t includes_filter(ap_filter_t *f, apr_bucket_brigade *b)
          * environment of the base document (for compatibility); that means
          * torquing our own last_modified date as well so that the
          * LAST_MODIFIED variable gets reset to the proper value if the
-         * nested document resets <!--#config timefmt-->.
+         * nested document resets <!--#config timefmt -->.
          */
         r->subprocess_env = r->main->subprocess_env;
         apr_pool_join(r->main->pool, r->pool);