From 8a1f4e6ac39366c6f643d854b01ab66246ff1732 Mon Sep 17 00:00:00 2001 From: clonemeagain <clonemeagain@gmail.com> Date: Thu, 19 Dec 2013 15:28:51 +1100 Subject: [PATCH] Parses InlineImages for index.php Otherwise the <img> doesn't get the correct uri for the image. Reviewed-By: Jared Hancock <jared@osticket.com> --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 9a2ae35d3..cb24a5606 100644 --- a/index.php +++ b/index.php @@ -20,7 +20,7 @@ require(CLIENTINC_DIR.'header.inc.php'); <div id="landing_page"> <?php if($cfg && ($page = $cfg->getLandingPage())) - echo $page->getBody(); + echo $page->getBodyWithImages(); else echo '<h1>Welcome to the Support Center</h1>'; ?> -- GitLab