Skip to content

Commit 82864f8

Browse files
committed
Fix accessiblity line break bug.
1 parent 15ffd39 commit 82864f8

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

www/js/accessibility.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ function AddAccessibilityToMainDiv()
1515
var g = document.createElement('div');
1616
g.setAttribute("class", "stale-warning");
1717
g.innerHTML = "This is NOT the current webpage! See " +
18-
"<a href=\"http://www.cs.umd.edu/class/\">Class web pages</a> for curre
19-
nt listing.";
18+
"<a href=\"http://www.cs.umd.edu/class/\">Class web pages</a> for current listing.";
2019
main_div.insertBefore(g, main_div.firstChild);
2120
};
2221
}

0 commit comments

Comments
 (0)