Skip to content

Commit 209208c

Browse files
committed
Fix footer code in document viewer
1 parent 63ffdf2 commit 209208c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/templates/Document/View.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,4 @@ require("./Comment/Section.inc.phtml");
8686
<?php } ?>
8787
</article>
8888

89-
require("./footer.inc.phtml"); ?>
89+
<?php require("./footer.inc.phtml"); ?>

0 commit comments

Comments
 (0)