commit | 82b625f9f09c7b8b661b18769204fb09b5daa2b6 | [log] [tgz] |
---|---|---|
author | brentthorne <brent.thorne18@gmail.com> | Mon Feb 17 18:52:15 2020 -0500 |
committer | brentthorne <brent.thorne18@gmail.com> | Mon Feb 17 18:52:15 2020 -0500 |
tree | f6ab5adfea89c29127ea74e479562ee5b50113f7 | |
parent | 495e41d2cb24afa2e4616155d4b49729d8387b1a [diff] |
Fix left logo error from issue #119
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 -->