This is an automated email from the ASF dual-hosted git repository.

ddekany pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/freemarker-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 762020e1 Fixed switch directive page
762020e1 is described below

commit 762020e123a43c7b6f4cb465444f2014856551dc
Author: ddekany <[email protected]>
AuthorDate: Sun Nov 23 11:36:37 2025 +0100

    Fixed switch directive page
---
 docs/ref_directive_switch.html | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/docs/ref_directive_switch.html b/docs/ref_directive_switch.html
index d70c0981..791d9033 100644
--- a/docs/ref_directive_switch.html
+++ b/docs/ref_directive_switch.html
@@ -72,9 +72,8 @@
   &lt;#on <em class="code-color">refValue2, refValue3</em>&gt;
     <em class="code-color">... (Handles both refValue2 and refValue3)</em>)
   <em class="code-color">...</em>
-  &lt;#case <em class="code-color">refValueN</em>&gt;
+  &lt;#on <em class="code-color">refValueN</em>&gt;
     <em class="code-color">...</em>
-    &lt;#break&gt;
   &lt;#default&gt;
     <em class="code-color">...</em>
 &lt;/#switch&gt;</code></pre>
@@ -285,7 +284,7 @@
     </div>
 <div class="site-footer" data-pagefind-ignore="all"><div 
class="site-width"><div class="footer-top"><div class="col-left sitemap"><div 
class="column"><h3 class="column-header">Overview</h3><ul><li><a 
href="https://freemarker.apache.org/";>What is FreeMarker?</a></li><li><a 
href="https://freemarker.apache.org/freemarkerdownload.html";>Download</a></li><li><a
 href="app_versions.html">Version history</a></li><li><a 
href="app_faq.html">FAQ</a></li><li><a itemprop="license" href="app_license.ht 
[...]
 Last generated:
-<time itemprop="dateModified" datetime="2025-06-22T15:04:39Z" title="Sunday, 
June 22, 2025 at 3:04:39 PM Greenwich Mean Time">2025-06-22 15:04:39 
GMT</time>, for Freemarker 2.3.34 </p>
+<time itemprop="dateModified" datetime="2025-11-23T09:37:35Z" title="Sunday, 
November 23, 2025 at 9:37:35 AM Greenwich Mean Time">2025-11-23 09:37:35 
GMT</time>, for Freemarker 2.3.34 </p>
 <p class="copyright">
 © <span itemprop="copyrightYear">1999</span>–2025
 <a itemtype="http://schema.org/Organization"; itemprop="copyrightHolder" 
href="https://apache.org/";>The Apache Software Foundation</a>. Apache 
FreeMarker, FreeMarker, Apache, the Apache feather logo, and the Apache 
FreeMarker project logo are trademarks or registered trademarks of The Apache 
Software Foundation. All other marks mentioned may be trademarks or registered 
trademarks of their respective owners. </p>

Reply via email to