Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Apr 13, 2016
1 parent e8706d5 commit 5dd8d3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tracy/assets/Bar/loader.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ use Tracy;
<div id="tracy-debug"></div>
<link rel="stylesheet" href="?_tracy_bar=css&amp;v=<?=urlencode(Debugger::VERSION)?>" id="tracy-debug-style" />
<script src="?_tracy_bar=js&amp;v=<?=urlencode(Debugger::VERSION)?>" id="tracy-debug-script"></script>
<?php if ($contentId): ?>
<?php if (isset($contentId)): ?>
<script src="?_tracy_bar=content.<?=urlencode($contentId)?>"></script>
<?php else: ?>
<script>
Expand Down

0 comments on commit 5dd8d3e

Please sign in to comment.