File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ class StarredBookmarksFile(
1414 buildString {
1515 appendLine(" <!DOCTYPE NETSCAPE-Bookmark-file-1>" )
1616 appendLine(" <!-- This is an automatically generated file. -->" )
17+ appendLine(" <META HTTP-EQUIV=\" Content-Type\" CONTENT=\" text/html; charset=UTF-8\" >" )
1718 appendLine(" <TITLE>Starred Articles</TITLE>" )
1819 appendLine(" <H1>Starred Articles</H1>" )
1920 appendLine(" <DL><p>" )
Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ class StarredBookmarksFileTest {
4242 val expected = """
4343 |<!DOCTYPE NETSCAPE-Bookmark-file-1>
4444 |<!-- This is an automatically generated file. -->
45+ |<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">
4546 |<TITLE>Starred Articles</TITLE>
4647 |<H1>Starred Articles</H1>
4748 |<DL><p>
@@ -87,6 +88,7 @@ class StarredBookmarksFileTest {
8788 val expected = """
8889 |<!DOCTYPE NETSCAPE-Bookmark-file-1>
8990 |<!-- This is an automatically generated file. -->
91+ |<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">
9092 |<TITLE>Starred Articles</TITLE>
9193 |<H1>Starred Articles</H1>
9294 |<DL><p>
You can’t perform that action at this time.
0 commit comments