Skip to content
This repository was archived by the owner on Apr 22, 2020. It is now read-only.

Commit 9955697

Browse files
author
mikesamuel
committed
cleanup
1 parent 245ef4a commit 9955697

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/prettify_test.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -751,7 +751,8 @@ <h1>HTML using XMP</h1>
751751

752752
var htmlOut = [];
753753
var failures = 0;
754-
document.getElementById('errorReport') = '<h1>Running tests&hellip;<\/h1>';
754+
document.getElementById('errorReport').innerHTML =
755+
'<h1>Running tests&hellip;<\/h1>';
755756
htmlOut.push('<h1>Test results<\/h1>');
756757
for (var lang in goldens) {
757758
var golden = goldens[lang].replace(/`([A-Z]{3})/g, function (_, lbl) {

0 commit comments

Comments
 (0)