Make template polyglot (#4606)

This line:  `<link rel="stylesheet" href="$css$">` is not valid XML.
Making it self-closing makes the template polyglot.
This commit is contained in:
OvidiusCicero 2018-05-01 20:29:04 +02:00 committed by John MacFarlane
parent 3d766b5c44
commit 5ced96c0cc

View file

@ -29,7 +29,7 @@ $highlighting-css$
</style>
$endif$
$for(css)$
<link rel="stylesheet" href="$css$">
<link rel="stylesheet" href="$css$" />
$endfor$
$if(math)$
$math$