Commit 9814a04
committed
Improve the validate-xref script.
The script currently wraps the xref contents in a <div> element before
it passes it to the validator. The actual xref generated by list.jsp
wraps it in <div><pre>...</pre></div>. Make the script do the same.
This removes some false positives, where the xref starts by closing
the <pre> tag and ends by opening a new one. It also makes the script
detect more errors, where the xref uses tags not allowed inside a
<pre> element.1 parent d6e90d2 commit 9814a04
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
0 commit comments