Repository: incubator-freemarker-docgen Updated Branches: refs/heads/master 0b89e0fd9 -> ad9d9cdf7
Added HTML comment to indicate that this is generated content (this has some legal importance). 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/ad9d9cdf Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-docgen/tree/ad9d9cdf Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-docgen/diff/ad9d9cdf Branch: refs/heads/master Commit: ad9d9cdf7b555c5772f892f784324abd74ea16d7 Parents: 0b89e0f Author: ddekany <[email protected]> Authored: Sun Jan 3 13:11:49 2016 +0100 Committer: ddekany <[email protected]> Committed: Sun Jan 3 13:11:49 2016 +0100 ---------------------------------------------------------------------- src/main/org/freemarker/docgen/templates/page.ftlh | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-freemarker-docgen/blob/ad9d9cdf/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 583c470..611bba0 100644 --- a/src/main/org/freemarker/docgen/templates/page.ftlh +++ b/src/main/org/freemarker/docgen/templates/page.ftlh @@ -114,6 +114,7 @@ ${copyrightComment}<#lt> --><#lt> </#if> + <!-- Generated by FreeMarker/Docgen from DocBook --><#lt> <html lang="en" class="page-type-${getPageType()?replace(':', '-')?replace('_', '-')}"><#lt> <#nested> </html><#lt>
