Always hyphenate self-conscious and derivatives
This commit is contained in:
parent
6751136bec
commit
70e1ff0281
1 changed files with 1 additions and 0 deletions
|
|
@ -571,6 +571,7 @@ function fixHyphens(xml) {
|
|||
xml = xml.replace(/creepy crawl/g, "creepy-crawl");
|
||||
xml = xml.replace(/well armed/g, "well-armed");
|
||||
xml = xml.replace(/able bodied/g, "able-bodied");
|
||||
xml = xml.replace(/self conscious/g, "self-conscious");
|
||||
|
||||
// This is usually correct but sometimes wrong.
|
||||
xml = xml.replace(/neo /g, "neo-");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue