Skip to content

Commit

Permalink
Fix some broken HTML in CodeEditor.
Browse files Browse the repository at this point in the history
  • Loading branch information
coreh committed Oct 9, 2011
1 parent f39f86d commit f1349bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/js/CodeEditor.js
Expand Up @@ -44,8 +44,8 @@
'<h1 class="then">Then</h1>' +
'<button class="done">Done</button>' +
'<button class="revert">Revert</button>' +
'<button class="backward" title="Go backward in time"><img src="img/backward.png"</button>' +
'<button class="forward" title="Go forward in time"><img src="img/forward.png"</button>' +
'<button class="backward" title="Go backward in time"><img src="img/backward.png" alt="Backward"></button>' +
'<button class="forward" title="Go forward in time"><img src="img/forward.png" alt="Forward"></button>' +
'<div class="no-previous">There are no previous versions for this file.</div>';

galaxyBackground.now = $(".now", galaxyBackground)[0];
Expand Down

0 comments on commit f1349bc

Please sign in to comment.