diff --git a/views/bootstrap/class.ViewDocument.php b/views/bootstrap/class.ViewDocument.php
index 9ed04e789..5794676dc 100644
--- a/views/bootstrap/class.ViewDocument.php
+++ b/views/bootstrap/class.ViewDocument.php
@@ -1875,10 +1875,8 @@ class SeedDMS_View_ViewDocument extends SeedDMS_Bootstrap_Style {
 		</div>
 <?php
 		if($user->isAdmin()) {
-			$timeline = $latestContent->getDocument()->getTimeline();
-			if($timeline) {
-				$this->printTimelineHtml(300);
-			}
+			$this->contentHeading(getMLText("timeline"));
+			$this->printTimelineHtml(300);
 		}
 ?>
 		  </div>