Skip to content

Commit

Permalink
wrong closing tag
Browse files Browse the repository at this point in the history
  • Loading branch information
belkinai committed Jun 8, 2018
1 parent 4587d58 commit 27facb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion global.php
Expand Up @@ -1084,7 +1084,7 @@ function failWithMessage($message)
</head>
<body>
<h1>500 ShowSlow Error</h1>
<p>Something went wrong. If it persists, please report it to <a href="https://github.com/sergeychernyshev/showslow/issues">issue tracker</a>.</a>
<p>Something went wrong. If it persists, please report it to <a href="https://github.com/sergeychernyshev/showslow/issues">issue tracker</a>.</p>
<p><?php echo htmlentities($message)?></p>
<p><a href="<?php echo $showslow_base ?>">&lt;&lt; go back to Show Slow</a></p>
</body></html>
Expand Down

0 comments on commit 27facb6

Please sign in to comment.