mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-09 16:02:10 +00:00
remove obsolete comment
This commit is contained in:
parent
c0f7318090
commit
74ff22b8f4
1 changed files with 0 additions and 1 deletions
|
@ -30,7 +30,6 @@ run_tidy() {
|
|||
}
|
||||
|
||||
# delete the stylesheet from the html file; we'll re-insert it later.
|
||||
# Also remove two indentation levels
|
||||
sed 7d "$html_file" | xmllint --format --encode UTF-8 --noent - | tail -n +2 >"$tmp_file"
|
||||
{
|
||||
head -n7 "$tmp_file"
|
||||
|
|
Loading…
Reference in a new issue