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:
parent
3d766b5c44
commit
5ced96c0cc
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ $highlighting-css$
|
|||
</style>
|
||||
$endif$
|
||||
$for(css)$
|
||||
<link rel="stylesheet" href="$css$">
|
||||
<link rel="stylesheet" href="$css$" />
|
||||
$endfor$
|
||||
$if(math)$
|
||||
$math$
|
||||
|
|
Loading…
Add table
Reference in a new issue