mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 00:12:09 +00:00
Typo
This commit is contained in:
parent
c1f991efff
commit
449a1be659
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ trap cleanup EXIT
|
|||
trap cleanup EXIT
|
||||
sed 7d "$html_file" | xmllint --format --encode UTF-8 --noent - -o "$tmp_file"
|
||||
head -n7 "$tmp_file" >> "$xhtml_file"
|
||||
cat /tmp/css.css >>"$xhtml_file"
|
||||
cat tmp.css >>"$xhtml_file"
|
||||
tail -n +8 "$tmp_file" \
|
||||
| sd '<pre>\n\t*<code ' '<pre><code ' \
|
||||
| sd '(?:\n)</code>\n\t*</pre>' '</code></pre>' >>"$xhtml_file"
|
||||
|
|
Loading…
Reference in a new issue