Skip to content

Commit

Permalink
Properly expand vars in footer template
Browse files Browse the repository at this point in the history
  • Loading branch information
gschueler committed Feb 8, 2012
1 parent c7a7276 commit 706d119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/edam.groovy
Expand Up @@ -495,7 +495,7 @@ def generateAll(allpages,toc,templates,File dir, File outdir, crumbs, subdirs){
if(flags.doNav || flags.recursive){
pargs.addAll(['-A',navfileBot])
}
pargs.addAll(['-A',templates.footer])
pargs.addAll(['-A',expandFile(templates.footer)])
def htemplate=expandFile(templates.html)
def cssPath= options.cssRelative=='true'? '../'*crumbs.size() : ''
def outfile=new File(outdir,titem.outfile)
Expand Down

0 comments on commit 706d119

Please sign in to comment.