Commit df3b24dd authored by Andre Malo's avatar Andre Malo
Browse files

update transformation


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@124361 13f79535-47bb-0310-9956-ffa450edef68
parent f2861b29
Loading
Loading
Loading
Loading
+1 −1
Changes for docs/manual/mod/mod_log_config.xml.ja: 1 added line, 1 removed line.
Original line number Diff line number Diff line
<?xml version="1.0" encoding="iso-2022-jp"?>
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
<!-- English Revision: 106090:106849 (outdated) -->
<!-- English Revision: 106090:124244 (outdated) -->

<!--
 Copyright 2004 The Apache Software Foundation
+1 −1
Changes for docs/manual/mod/mod_log_config.xml.ko: 1 added line, 1 removed line.
Original line number Diff line number Diff line
<?xml version="1.0" encoding="EUC-KR" ?>
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
<!-- English Revision: 106090:106849 (outdated) -->
<!-- English Revision: 106090:124244 (outdated) -->

<!--
 Copyright 2002-2004 The Apache Software Foundation
+1 −1
Changes for docs/manual/mod/mod_rewrite.html.en: 1 added line, 1 removed line.
Original line number Diff line number Diff line
@@ -240,7 +240,7 @@ URLs on the fly</td></tr>
      <p>As of Apache 1.3.20, special characters in
      <em>TestString</em> and <em>Substitution</em> strings can be
      escaped (that is, treated as normal characters without their
      usual special meaning) by prefixing them with a slosh ('\')
      usual special meaning) by prefixing them with a slash ('\')
      character. In other words, you can include an actual
      dollar-sign character in a <em>Substitution</em> string by
      using '<code>\$</code>'; this keeps mod_rewrite from trying