fix some indentation on some html

This commit is contained in:
chaos 2023-10-19 18:34:50 +01:00
parent f2c8376684
commit 321d89706f
No known key found for this signature in database

View file

@ -41,7 +41,7 @@ fn table_for_files(files: Vec<File>, includes_path: bool, link_base: &Option<Str
<thead>
<tr>
{}
{}
{}
<th>Title</th>
<th>Artist</th>
<th>Format</th>
@ -175,7 +175,7 @@ pub fn genhtml_command(
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">
<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">
<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">
<link rel=\"stylesheet\" href=\"https://unpkg.com/purecss@2.0.6/build/pure-min.css\">
<title>{}</title>