1
0
Fork 0
mirror of https://gitlab.com/SIGBUS/nyaa.git synced 2024-06-26 18:57:36 +00:00
nyaa/nyaa/static
Kfir Hadas c70a60b719 UI Fixes (#246)
* Fix markdown renderer

Use a simple for loop instead of `for (var target of markdownTargets)`, because it's unsupported in IE.

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/for...of#Browser_compatibility

* view.html : HTML Fixes

- Remove unmatched `</a>`
- Add missing `</div>`
- Use single quotes in {{ }}
- Closing tags comments

* layout.html

- Use single quotes in {{ }}
- Closing tags comments

* help.html: Convert all `<p>` to `<div>`

HTML spec doesn't allow lists inside `<p>` elements.

* Missing semicolon in `<script>`
2017-06-05 20:23:30 -04:00
..
css Get started with a bare-bones help page 2017-06-01 06:28:49 -05:00
fonts Initial commit. 2017-05-12 20:51:49 +02:00
img Proper sized default avatar. 2017-05-22 19:08:08 -04:00
js UI Fixes (#246) 2017-06-05 20:23:30 -04:00
favicon.png Initial commit. 2017-05-12 20:51:49 +02:00
pinned-tab.svg Add Safari pinned-tab icon 2017-05-16 04:11:02 -05:00
style.css Initial commit. 2017-05-12 20:51:49 +02:00