Skip to content

Commit 221d4e0

Browse files
committed
Merge pull request dlang#143 from eco/update-hyphenator
Update hyphenate.js to 4.0.0
2 parents d4c4960 + 4d58b3b commit 221d4e0

File tree

6 files changed

+43
-14
lines changed

6 files changed

+43
-14
lines changed

doc.ddoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ DDOC=
2323

2424
<link rel="shortcut icon" href="favicon.ico" />
2525

26-
<script src="/js/hyphenate_selectively.js" type="text/javascript"></script>
26+
<script src="/js/hyphenate.js" type="text/javascript"></script>
2727

2828
<script type="text/javascript">
2929
function bodyLoad()

js/hyphenate.js

Lines changed: 37 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/hyphenate_selectively.js

Lines changed: 0 additions & 5 deletions
This file was deleted.

posix.mak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ search-bg.gif search-button.gif tdpl.jpg ubuntu_logo.png \
3636
win32_logo.png)
3737

3838
JAVASCRIPT=$(addprefix js/, codemirror.js d.js hyphenate.js \
39-
hyphenate_selectively.js run.js)
39+
run.js)
4040

4141
STYLES=css/style.css css/print.css css/codemirror.css
4242

std.ddoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ D_RUN_CODE =
3838

3939
DDOC = <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
4040
"http://www.w3.org/TR/html4/loose.dtd">
41-
<html lang='en'>
41+
<html lang='en-US'>
4242

4343
<!--
4444
Copyright (c) 1999-2010 by Digital Mars
@@ -89,7 +89,7 @@ function listanchors()
8989
}
9090
</script>
9191

92-
<script src="/js/hyphenate_selectively.js" type="text/javascript"></script>
92+
<script src="/js/hyphenate.js" type="text/javascript"></script>
9393

9494
</head>
9595

std_consolidated_header.dd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Ddoc
99
<title>D Programming Language Standard Library</title>
1010
<link rel="stylesheet" type="text/css" href="http://dlang.org/css/style.css">
1111

12-
<script src="/js/hyphenate_selectively.js" type="text/javascript"></script>
12+
<script src="/js/hyphenate.js" type="text/javascript"></script>
1313

1414
</head>
1515

@@ -155,5 +155,5 @@ Macros:
155155
DIVID = <div id="$1">$+</div>
156156
DDOC = <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
157157
"http://www.w3.org/TR/html4/loose.dtd">
158-
<html lang='en'>
158+
<html lang='en-US'>
159159
$(BODY)

0 commit comments

Comments
 (0)