Repository: incubator-freemarker-docgen
Updated Branches:
  refs/heads/master dbee7562f -> 464c0006f


fixing canonical misspelling for FREEMARKER-11


Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-docgen/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-freemarker-docgen/commit/464c0006
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-freemarker-docgen/tree/464c0006
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-freemarker-docgen/diff/464c0006

Branch: refs/heads/master
Commit: 464c0006f4db140cee4d2a3a1602df8d3cc12368
Parents: dbee756
Author: rather <[email protected]>
Authored: Sun Nov 15 20:27:14 2015 -0800
Committer: rather <[email protected]>
Committed: Sun Nov 15 20:27:14 2015 -0800

----------------------------------------------------------------------
 src/main/org/freemarker/docgen/templates/page.ftlh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-freemarker-docgen/blob/464c0006/src/main/org/freemarker/docgen/templates/page.ftlh
----------------------------------------------------------------------
diff --git a/src/main/org/freemarker/docgen/templates/page.ftlh 
b/src/main/org/freemarker/docgen/templates/page.ftlh
index 9c548a9..fc70ec8 100644
--- a/src/main/org/freemarker/docgen/templates/page.ftlh
+++ b/src/main/org/freemarker/docgen/templates/page.ftlh
@@ -69,7 +69,7 @@
     <#local urlPath = CreateLinkFromID(.node.@id)>
     <#local canonicalUrl = deployUrl?ensureEndsWith("/") + 
urlPath?removeBeginning("/")>
     <meta property="og:url" content="${canonicalUrl}">
-    <link rel="canoical" href="${canonicalUrl}">
+    <link rel="canonical" href="${canonicalUrl}">
   </#if>
 </#macro>
 

Reply via email to