Repository: incubator-freemarker-site
Updated Branches:
  refs/heads/asf-site 855b5ef0d -> 29b13d2fa


FREEMARKER-58: Manual example mistakes


Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/commit/29b13d2f
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/tree/29b13d2f
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/diff/29b13d2f

Branch: refs/heads/asf-site
Commit: 29b13d2fa738cd82e857d2b1300888b1f127db17
Parents: 855b5ef
Author: ddekany <[email protected]>
Authored: Tue Jun 13 19:00:39 2017 +0200
Committer: ddekany <[email protected]>
Committed: Tue Jun 13 19:00:39 2017 +0200

----------------------------------------------------------------------
 docs/dgui_misc_namespace.html | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/blob/29b13d2f/docs/dgui_misc_namespace.html
----------------------------------------------------------------------
diff --git a/docs/dgui_misc_namespace.html b/docs/dgui_misc_namespace.html
index 5ac335d..6a14d9a 100644
--- a/docs/dgui_misc_namespace.html
+++ b/docs/dgui_misc_namespace.html
@@ -171,9 +171,9 @@ [email protected]</pre></div>
           
 
 <div class="code-wrapper"><pre class="code-block code-template">&lt;#import 
&quot;/lib/example.ftl&quot; as e&gt;
-${my.mail}
+${e.mail}
 &lt;#assign mail=&quot;[email protected]&quot; <strong>in e</strong>&gt;
-${my.mail}</pre></div>
+${e.mail}</pre></div>
 
           
 
@@ -254,7 +254,7 @@ User is: ${user}
 &lt;#import &quot;/lib/example.ftl&quot; as e2&gt;
 &lt;#import &quot;/lib/example.ftl&quot; as e3&gt;
 ${e.mail}, ${e2.mail}, ${e3.mail}
-&lt;#assign mail=&quot;[email protected]&quot; in my&gt;
+&lt;#assign mail=&quot;[email protected]&quot; in e&gt;
 ${e.mail}, ${e2.mail}, ${e3.mail}</pre></div>
 
           
@@ -307,7 +307,7 @@ [email protected], [email protected], 
[email protected]</pre></div>
     </div>
 <div class="site-footer"><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="http://freemarker.org/";>What is FreeMarker?</a></li><li><a 
href="http://freemarker.org/freemarkerdownload.html";>Download</a></li><li><a 
href="app_versions.html">Version history</a></li><li><a 
href="http://freemarker.org/history.html";>About us</a></li><li><a 
itemprop="license" href="app_license.html">License</a></li></ul></div><div 
class="column"><h3 class="column-header">Handy stuff</h3><ul><li><a 
href="http://freemarker-online.kenshoo.com/";>Try template online</a></li><li><a 
href="dgui_template_exp.html#exp_cheatsheet">Expressions 
cheatsheet</a></li><li><a 
href="ref_directive_alphaidx.html">#directives</a></li><li><a 
href="ref_builtins_alphaidx.html">?built_ins</a></li><li><a 
href="ref_specvar.html">.special_vars</a></li></ul></div><div 
class="column"><h3 class="column-header">Community</h3><ul><li><a href
 ="https://github.com/freemarker/freemarker";>FreeMarker on 
Github</a></li><li><a href="https://twitter.com/freemarker";>Follow us on 
Twitter</a></li><li><a 
href="https://issues.apache.org/jira/browse/FREEMARKER/";>Report a 
bug</a></li><li><a 
href="http://stackoverflow.com/questions/ask?tags=freemarker";>Ask a 
question</a></li><li><a href="http://freemarker.org/mailing-lists.html";>Mailing 
lists</a></li></ul></div></div><div class="col-right"><ul 
class="social-icons"><li><a class="github" 
href="https://github.com/freemarker/freemarker";>Github</a></li><li><a 
class="twitter" href="https://twitter.com/freemarker";>Twitter</a></li><li><a 
class="stack-overflow" 
href="http://stackoverflow.com/questions/ask?tags=freemarker";>Stack 
Overflow</a></li></ul><a class="xxe" href="http://www.xmlmind.com/xmleditor/"; 
rel="nofollow" title="Edited with XMLMind XML Editor"><span>Edited with XMLMind 
XML Editor</span></a></div></div><div class="footer-bottom"> <p 
class="last-generated">
 Last generated:
-<time itemprop="dateModified" datetime="2017-04-08T16:15:37Z" title="Saturday, 
April 8, 2017 4:15:37 PM GMT">2017-04-08 16:15:37 GMT</time>, for Freemarker 
2.3.26 </p>
+<time itemprop="dateModified" datetime="2017-06-13T16:58:27Z" title="Tuesday, 
June 13, 2017 4:58:27 PM GMT">2017-06-13 16:58:27 GMT</time>, for Freemarker 
2.3.26 </p>
 <p class="copyright">
 © <span itemprop="copyrightYear">1999</span>–2017
 <a itemtype="http://schema.org/Organization"; itemprop="copyrightHolder" 
href="http://apache.org/";>The Apache Software Foundation</a>. Apache 
FreeMarker, FreeMarker, Apache Incubator, Apache, the Apache FreeMarker logo 
are trademarks of The Apache Software Foundation. </p>

Reply via email to