mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-05 06:50:10 +01: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:
parent
80e608a119
commit
656c707636
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user