diff --git a/CHANGELOG.md b/CHANGELOG.md index e1314071..4d65e937 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,9 +11,10 @@ Unreleased ### New features ### Bug fixes +- [#507](https://github.com/peggyjs/peggy/pull/507) Remove stray semicolon in CSS ### Documentation -- Added END OF INPUT (`!.`). +- [#506](https://github.com/peggyjs/peggy/pull/506) Added END OF INPUT (`!.`). 4.0.2 ----- diff --git a/docs/css/content.css b/docs/css/content.css index ba3ff1fe..0bc4eb7d 100644 --- a/docs/css/content.css +++ b/docs/css/content.css @@ -75,7 +75,7 @@ } #content .message.disabled { color: gray; background-color: #f0f0f0; } -#content table.online { table-layout: fixed; }; +#content table.online { table-layout: fixed; } #content table.form { width: 100%; } #content table.form td, table.form th { padding: .5em 1em; }