fix some indentation on some html
This commit is contained in:
parent
f2c8376684
commit
321d89706f
|
@ -41,7 +41,7 @@ fn table_for_files(files: Vec<File>, includes_path: bool, link_base: &Option<Str
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
{}
|
{}
|
||||||
{}
|
{}
|
||||||
<th>Title</th>
|
<th>Title</th>
|
||||||
<th>Artist</th>
|
<th>Artist</th>
|
||||||
<th>Format</th>
|
<th>Format</th>
|
||||||
|
@ -175,7 +175,7 @@ pub fn genhtml_command(
|
||||||
<!DOCTYPE HTML>
|
<!DOCTYPE HTML>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<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\">
|
<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\">
|
<link rel=\"stylesheet\" href=\"https://unpkg.com/purecss@2.0.6/build/pure-min.css\">
|
||||||
<title>{}</title>
|
<title>{}</title>
|
||||||
|
|
Loading…
Reference in a new issue