Skip to content

Commit

Permalink
fix: correct misplaced endif which caused the whole comment branch to…
Browse files Browse the repository at this point in the history
… never bit hit
  • Loading branch information
kellya committed Oct 20, 2021
1 parent dad4cd6 commit b5ef661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cactus_script.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
data-update-interval="{{ CACTUS_UPDATE_INTERVAL }}"
{% endif %}
</script>
{% endif %}
{% else %}
<script type="text/javascript" src="{{ CACTUS_JS_URL }}"></script>
<link rel="stylesheet" href="{{ CACTUS_CSS_URL }}" type="text/css">
Expand Down Expand Up @@ -96,4 +95,5 @@
{% endif %}
})
</script>
{% endif %}
{% endif %}

0 comments on commit b5ef661

Please sign in to comment.