aboutsummaryrefslogtreecommitdiffstats
path: root/mod/display.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/display.php')
-rw-r--r--mod/display.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/mod/display.php b/mod/display.php
index c9f6595c6..41df5fca6 100644
--- a/mod/display.php
+++ b/mod/display.php
@@ -166,6 +166,8 @@ function display_content(&$a, $update = 0, $load = false) {
);
}
+ $o .= '<div id="content-complete"></div>';
+
return $o;