nyaa/nyaa
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
..
static UI Fixes (#246) 2017-06-05 20:23:30 -04:00
templates UI Fixes (#246) 2017-06-05 20:23:30 -04:00
tests Initial commit. 2017-05-12 20:51:49 +02:00
__init__.py Forbid caching when debugging 2017-05-27 21:33:20 +03:00
api_handler.py Clean up info api script 2017-06-04 00:52:11 +03:00
backend.py fix race condition? 2017-05-23 15:18:17 +02:00
bencode.py Initial commit. 2017-05-12 20:51:49 +02:00
fix_paginate.py Optimize MySQL COUNT queries and pagination 2017-05-29 18:27:34 +03:00
forms.py Move to markdown-it, render markdown in DOMContentLoaded 2017-06-01 06:28:38 -05:00
models.py Fix lint check + update lint script (#224) 2017-06-01 06:40:33 -05:00
routes.py Merge branch 'master' into reports 2017-05-29 16:20:48 +03:00
search.py Fix lint check + update lint script (#224) 2017-06-01 06:40:33 -05:00
torrents.py Resolves #129 and refactored create magnet es naming 2017-05-24 23:19:08 -07:00
utils.py Initial commit. 2017-05-12 20:51:49 +02:00