From 82b625f9f09c7b8b661b18769204fb09b5daa2b6 Mon Sep 17 00:00:00 2001 From: brentthorne <brent.thorne18@gmail.com> Date: Mon, 17 Feb 2020 18:52:15 -0500 Subject: [PATCH] Fix left logo error from issue #119 --- .../rmarkdown/templates/posterdown_html/resources/template.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inst/rmarkdown/templates/posterdown_html/resources/template.html b/inst/rmarkdown/templates/posterdown_html/resources/template.html index b560956..f22b870 100644 --- a/inst/rmarkdown/templates/posterdown_html/resources/template.html +++ b/inst/rmarkdown/templates/posterdown_html/resources/template.html @@ -324,7 +324,7 @@ <!-- Left Logo --> <div class="logo_left"> $if(logoleft_name)$ -<img src= '$logoleft_name$' style="width: 80%"> +<img src=$logoleft_name$ style="width: 80%"> $endif$ </div> <!-- Poster Title -->