Skip to content

Commit

Permalink
Merge pull request #63 from sebastian-marinescu/patch-1
Browse files Browse the repository at this point in the history
Fix missing title in reconnect-alert
  • Loading branch information
pichalite committed Jun 15, 2017
2 parents 3751158 + a7c81a8 commit a9ee414
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/footer.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<div component="toaster/tray" class="alert-window">
<div id="reconnect-alert" class="alert alert-dismissable alert-warning clearfix hide" component="toaster/toast">
<button type="button" class="close" data-dismiss="alert" aria-hidden="true">&times;</button>
<p>[[global:reconnecting-message, {title}]]</p>
<p>[[global:reconnecting-message, {config.siteTitle}]]</p>
</div>
</div>

Expand All @@ -24,4 +24,4 @@
</script>

</body>
</html>
</html>

0 comments on commit a9ee414

Please sign in to comment.