Merge pull request #137 from bencroker/patch-15

Fixed encoded character
This commit is contained in:
chg20 2020-07-09 13:45:24 -07:00 committed by GitHub
commit 7d83527bfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ I'm pleased to announce the [0.0.8 release](https://unpkg.com/browse/htmx.org@0.
#### New Features
* A bug fix on history when using local anchors: `<a href="#example">...`
* A bug fix on history when using local anchors: `<a href="#example">...`
* A bug fix for the aforementioned `show` functionality
Enjoy!