Skip to content

Commit

Permalink
Fix left logo error from issue #119
Browse files Browse the repository at this point in the history
  • Loading branch information
brentthorne committed Feb 17, 2020
1 parent 495e41d commit 82b625f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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 -->
Expand Down

0 comments on commit 82b625f

Please sign in to comment.