diff --git a/view.php b/view.php
index ac6690e3501bed13e68487e5488e51c2ddb6acc3..b20a56ba78e2d5a842165ed69b26aba84c1d0570 100644
--- a/view.php
+++ b/view.php
@@ -142,6 +142,7 @@ $PAGE->requires->data_for_js('H5PIntegration', $settings, true);
 
 // Print page HTML.
 echo $OUTPUT->header();
+echo $OUTPUT->heading(format_string($content['title']));
 echo '<div class="clearer"></div>';
 
 // Print any messages.