Fixed #646 issues. Misplaced apostaphes of course.

This commit is contained in:
ccostan
2019-11-17 15:20:01 -05:00
parent d4baf328f3
commit f114c5dfa8
2 changed files with 2 additions and 2 deletions

View File

@@ -231,7 +231,7 @@ tweet_engine_setup:
{%- endmacro -%}
{% if pick == "joke" -%}
{{ "\"/config/www/custom_ui/floorplan/images/branding/jokes/Tweet_" ~ range(1, 72) | random ~ ".png\"" }}
{{ "/config/www/custom_ui/floorplan/images/branding/jokes/Tweet_" ~ range(1, 72) | random ~ ".png" }}
{%- else -%}
{{ image(pick) }}
{%- endif -%}