Skip to content

Commit 7a2106a

Browse files
committed
Add '5' to title of front and manual pages
1 parent 9b34840 commit 7a2106a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/manual.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!doctype html>
22

3-
<title>CodeMirror: User Manual</title>
3+
<title>CodeMirror 5 User Manual</title>
44
<meta charset="utf-8"/>
55
<link rel=stylesheet href="docs.css">
66
<script src="activebookmark.js"></script>

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!doctype html>
22

3-
<title>CodeMirror</title>
3+
<title>CodeMirror 5</title>
44
<meta charset="utf-8"/>
55

66
<link rel=stylesheet href="lib/codemirror.css">

0 commit comments

Comments
 (0)