Replace single quotes with double quotes.
This commit is contained in:
parent
83672736d5
commit
8b4edad9f2
1 changed files with 3 additions and 3 deletions
|
@ -21,9 +21,9 @@ body, a
|
||||||
|
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<a href='/channels'>Manage channels</a>
|
<a href="/channels">Manage channels</a>
|
||||||
<a href='/videos/pending?limit=100'>New videos</a>
|
<a href="/videos/pending?limit=100">New videos</a>
|
||||||
<a href='/videos/pending?limit=100&orderby=random'>Random videos</a>
|
<a href="/videos/pending?limit=100&orderby=random">Random videos</a>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue