mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
changelog: put <ol> in backticks
Github's Markdown renderer broke the layout of the readme file. Putting `<ol>` in backticks keeps it happy.
This commit is contained in:
parent
2a876e5e9b
commit
60c1036ecb
1 changed files with 1 additions and 1 deletions
|
@ -490,7 +490,7 @@
|
|||
* Plugin-specific settings in settings.json (finally allowing for things like a google analytics plugin)
|
||||
* Serve admin dashboard at /admin (still very limited, though)
|
||||
* Modify your settings.json through the newly created UI at /admin/settings
|
||||
* Fix: Import <ol>'s as <ol>'s and not as <ul>'s!
|
||||
* Fix: Import `<ol>` as `<ol>` and not as `<ul>`!
|
||||
* Added solaris compatibility (bin/installDeps.sh was broken on solaris)
|
||||
* Fix a bug with IE9 and Password Protected Pads using HTTPS
|
||||
|
||||
|
|
Loading…
Reference in a new issue