Author: hal Date: 2010-02-04 03:17:36 +0100 (Thu, 04 Feb 2010) New Revision: 27536
Modified: doc/branches/1.0/book/12-Caching.txt doc/branches/1.1/book/12-Caching.txt doc/branches/1.2/book/12-Caching.txt doc/branches/1.4/gentle-introduction/en/12-Caching.markdown Log: [doc][1.0,1.1,1.2,1.4] Inserted missing backticks to allow php code to be displayed. Fixes #7766 Modified: doc/branches/1.0/book/12-Caching.txt =================================================================== --- doc/branches/1.0/book/12-Caching.txt 2010-02-04 02:05:59 UTC (rev 27535) +++ doc/branches/1.0/book/12-Caching.txt 2010-02-04 02:17:36 UTC (rev 27536) @@ -161,7 +161,7 @@ Here's how it works: - * If a cached version of the fragment named 'users' is found, it is used to replace the code between the <?php if (!cache($unique_fragment_name)): ?> and the <?php endif; ?> lines. + * If a cached version of the fragment named 'users' is found, it is used to replace the code between the `<?php if (!cache($unique_fragment_name)): ?>` and the `<?php endif; ?>` lines. * If not, the code between these lines is processed and saved in the cache, identified with the unique fragment name. The code not included between such lines is always processed and not cached. Modified: doc/branches/1.1/book/12-Caching.txt =================================================================== --- doc/branches/1.1/book/12-Caching.txt 2010-02-04 02:05:59 UTC (rev 27535) +++ doc/branches/1.1/book/12-Caching.txt 2010-02-04 02:17:36 UTC (rev 27536) @@ -161,7 +161,7 @@ Here's how it works: - * If a cached version of the fragment named 'users' is found, it is used to replace the code between the <?php if (!cache($unique_fragment_name)): ?> and the <?php endif; ?> lines. + * If a cached version of the fragment named 'users' is found, it is used to replace the code between the `<?php if (!cache($unique_fragment_name)): ?>` and the `<?php endif; ?>` lines. * If not, the code between these lines is processed and saved in the cache, identified with the unique fragment name. The code not included between such lines is always processed and not cached. Modified: doc/branches/1.2/book/12-Caching.txt =================================================================== --- doc/branches/1.2/book/12-Caching.txt 2010-02-04 02:05:59 UTC (rev 27535) +++ doc/branches/1.2/book/12-Caching.txt 2010-02-04 02:17:36 UTC (rev 27536) @@ -161,7 +161,7 @@ Here's how it works: - * If a cached version of the fragment named 'users' is found, it is used to replace the code between the <?php if (!cache($unique_fragment_name)): ?> and the <?php endif; ?> lines. + * If a cached version of the fragment named 'users' is found, it is used to replace the code between the `<?php if (!cache($unique_fragment_name)): ?>` and the `<?php endif; ?>` lines. * If not, the code between these lines is processed and saved in the cache, identified with the unique fragment name. The code not included between such lines is always processed and not cached. Modified: doc/branches/1.4/gentle-introduction/en/12-Caching.markdown =================================================================== --- doc/branches/1.4/gentle-introduction/en/12-Caching.markdown 2010-02-04 02:05:59 UTC (rev 27535) +++ doc/branches/1.4/gentle-introduction/en/12-Caching.markdown 2010-02-04 02:17:36 UTC (rev 27536) @@ -161,7 +161,7 @@ Here's how it works: - * If a cached version of the fragment named 'users' is found, it is used to replace the code between the <?php if (!cache($unique_fragment_name)): ?> and the <?php endif; ?> lines. + * If a cached version of the fragment named 'users' is found, it is used to replace the code between the `<?php if (!cache($unique_fragment_name)): ?>` and the `<?php endif; ?>` lines. * If not, the code between these lines is processed and saved in the cache, identified with the unique fragment name. The code not included between such lines is always processed and not cached. -- You received this message because you are subscribed to the Google Groups "symfony SVN" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/symfony-svn?hl=en.
