editcomment template error
Brought to you by:
sits
File editcomment.html.tmpl on line 121 reads:
[% PROCESS header.html.tmpl displaymenu = 0 version = version subtitle = "Add Comment" %]
The code is missing the variable "closehead = 1" that is causing the HTML generated to not include the closing HEAD tag. Seems most browsers render okay anyway, but this really must be fixed.