SPR-8540 Minor Freemarker import related documentation fix

This commit is contained in:
Rossen Stoyanchev
2011-07-27 11:14:31 +00:00
parent b85440f2b6
commit 9347ac358c
2 changed files with 2 additions and 2 deletions

View File

@@ -1217,7 +1217,7 @@ findOwnersForm.url=/WEB-INF/jsp/findOwners.jsp
<programlisting language="xml">&lt;!-- freemarker macros have to be imported into a namespace. We strongly
recommend sticking to 'spring' --&gt;
&lt;#import "spring.ftl" as spring /&gt;
&lt;#import "/spring.ftl" as spring /&gt;
&lt;html&gt;
...
&lt;form action="" method="POST"&gt;