svn commit: r1935717 - httpd/httpd/branches/2.4.x/docs/manual/howto
[email protected] Mon, 29 Jun 2026 16:05:58 -0000
| Newsgroups | gmane.comp.apache.cvs |
|---|---|
| Message-ID | <178274915839.2633973.3326619710161930098@svn03-he-fi> |
Author: lgentis
Date: Mon Jun 29 16:05:58 2026
New Revision: 1935717
Log:
fr doc rebuilding ssi howto.
Modified:
httpd/httpd/branches/2.4.x/docs/manual/howto/ssi.html.fr.utf8
Modified: httpd/httpd/branches/2.4.x/docs/manual/howto/ssi.html.fr.utf8
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/howto/ssi.html.fr.utf8 Mon Jun 29 16:04:09 2026 (r1935716)
+++ httpd/httpd/branches/2.4.x/docs/manual/howto/ssi.html.fr.utf8 Mon Jun 29 16:05:58 2026 (r1935717)
@@ -72,11 +72,8 @@ statiques.</p>
que le module <code class="module"><a href="../mod/mod_include.html">mod_include</a></code> reconnaît et évalue avant que la
page ne soit envoyée au client. Elle sont de la forme suivante :</p>
-<div class="example"><p><code>
-+</code></p><pre class="prettyprint lang-html">+<!--#echo var="DATE_LOCAL" -->
-+</pre>
-<p><code>
-+</code></p></div>
+<div class="example"><pre class="prettyprint lang-html"><!--#echo var="DATE_LOCAL" --></pre>
+</div>
<p>Lorsque la page est servie, ce fragment est remplacé par sa valeur :</p>