[PATCH] D34581: Fix missing/mismatched html tags
Matthias Braun via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 23 16:45:35 PDT 2017
MatzeB created this revision.
Herald added a subscriber: mcrosier.
- Fix various missing end tags and mismatched tags
- Also add closing slash to various empty tags (<br> => <br/>, <input> => <input/>...)
- Replace some html entities with the actual UTF-8 characters; This looks nicer and makes it easier to run xmllint on the output.
Repository:
rL LLVM
https://reviews.llvm.org/D34581
Files:
lnt/server/ui/templates/index.html
lnt/server/ui/templates/reporting/runs.html
lnt/server/ui/templates/rules.html
lnt/server/ui/templates/submit_run.html
lnt/server/ui/templates/utils.html
lnt/server/ui/templates/v4_graph.html
lnt/server/ui/templates/v4_machine.html
lnt/server/ui/templates/v4_matrix.html
lnt/server/ui/templates/v4_new_regressions.html
lnt/server/ui/templates/v4_order.html
lnt/server/ui/templates/v4_regression_detail.html
lnt/server/ui/templates/v4_regression_list.html
lnt/server/ui/templates/v4_run.html
lnt/server/ui/templates/v4_summary_report.html
lnt/server/ui/templates/v4_summary_report_ui.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D34581.103803.patch
Type: text/x-patch
Size: 31589 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170623/94b217c6/attachment.bin>
More information about the llvm-commits
mailing list