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/5e22cdde Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-docgen/tree/5e22cdde Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-docgen/diff/5e22cdde Branch: refs/heads/master Commit: 5e22cddebf7a764232d5ab47027766c886b7c8bf Parents: 6fe1c36 Author: rather <[email protected]> Authored: Sun Nov 15 20:27:14 2015 -0800 Committer: rather <[email protected]> Committed: Sun Nov 15 20:30:51 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/5e22cdde/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>
