Replace single quotes with double quotes.

This commit is contained in:
voussoir 2021-06-04 21:37:10 -07:00
parent 83672736d5
commit 8b4edad9f2
No known key found for this signature in database
GPG key ID: 5F7554F8C26DACCB

View file

@ -21,9 +21,9 @@ body, a
<body>
<a href='/channels'>Manage channels</a>
<a href='/videos/pending?limit=100'>New videos</a>
<a href='/videos/pending?limit=100&orderby=random'>Random videos</a>
<a href="/channels">Manage channels</a>
<a href="/videos/pending?limit=100">New videos</a>
<a href="/videos/pending?limit=100&orderby=random">Random videos</a>
</body>