1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-10-05 18:50:09 +02:00

Simplify index.html for new html5lib

Newer html5lib (used in html5print in the test_make_website) strip the
empty value, as it is valid html.
This commit is contained in:
Jochen Sprickerhof 2021-11-19 17:53:43 +01:00
parent 80e608a119
commit 656c707636

View File

@ -185,7 +185,7 @@ def make_website(apps, repodir, repodict):
<link href="icons/{icon}" rel="shortcut icon" type="image/png">
<meta content="{name}" property="og:site_name">
<meta content="{name}" property="og:title">
<meta content="" property="og:determiner">
<meta content property="og:determiner">
<meta content="{description}" property="og:description">
<meta content="index,nofollow" name="robots">
</head>