diff --git a/lms/templates/vert_module.html b/lms/templates/vert_module.html index c5b02ff55b..df882124e1 100644 --- a/lms/templates/vert_module.html +++ b/lms/templates/vert_module.html @@ -1,3 +1,4 @@ +<%page expression_filter="h"/> % if show_bookmark_button: <%include file='bookmark_button.html' args="bookmark_id=bookmark_id, is_bookmarked=bookmarked"/> @@ -6,7 +7,7 @@