Repository: incubator-freemarker-site
Updated Branches:
  refs/heads/asf-site c1fc42b57 -> 3183eb478


(Fixed misplaced anchor)


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/3183eb47
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/tree/3183eb47
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/diff/3183eb47

Branch: refs/heads/asf-site
Commit: 3183eb4783977cde4bf3b6605661a8d988812017
Parents: c1fc42b
Author: ddekany <[email protected]>
Authored: Sat Mar 10 21:33:50 2018 +0100
Committer: ddekany <[email protected]>
Committed: Sat Mar 10 21:33:50 2018 +0100

----------------------------------------------------------------------
 builds/fm2.3.28/ref_specvar.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/blob/3183eb47/builds/fm2.3.28/ref_specvar.html
----------------------------------------------------------------------
diff --git a/builds/fm2.3.28/ref_specvar.html b/builds/fm2.3.28/ref_specvar.html
index 18f496e..f9b1c2e 100644
--- a/builds/fm2.3.28/ref_specvar.html
+++ b/builds/fm2.3.28/ref_specvar.html
@@ -79,7 +79,7 @@ under the License.
         </li>
 
         <li>
-          <code class="inline-code">caller_template_name</code> (available
+          <a name="ref_specvar_caller_template_name"></a><code 
class="inline-code">caller_template_name</code> (available
           since FreeMarker 2.3.28): Returns the name (path) of the template
           from which the current <a 
href="ref_directive_macro.html#ref.directive.macro">macro</a> or <a 
href="ref_directive_function.html#ref.directive.function">function</a> was 
called. It&#39;s
           mostly useful if you want to resolve paths relative to the caller
@@ -97,7 +97,7 @@ under the License.
         </li>
 
         <li>
-          <a name="ref_specvar_caller_template_name"></a><code 
class="inline-code">current_template_name</code>: The name of
+          <code class="inline-code">current_template_name</code>: The name of
           the template where we are now (available since FreeMarker 2.3.23).
           This can be missing (<code class="inline-code">null</code>) if the 
template was
           created on-the-fly in Java <span class="marked-for-programmers">(via

Reply via email to