mirror of
https://github.com/ProjectSynthoria/SynthoriaArchive.git
synced 2025-11-21 17:05:45 +02:00
* 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>` |
||
|---|---|---|
| .. | ||
| static | ||
| templates | ||
| tests | ||
| __init__.py | ||
| api_handler.py | ||
| backend.py | ||
| bencode.py | ||
| fix_paginate.py | ||
| forms.py | ||
| models.py | ||
| routes.py | ||
| search.py | ||
| torrents.py | ||
| utils.py | ||