diff --git a/view.php b/view.php
index 7b1bddc63194c90b238c54fcc216d369bc00c7aa..6f0c739e9ea2a7268c0b92fbd20942008f06f86a 100644
--- a/view.php
+++ b/view.php
@@ -146,6 +146,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.