mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 00:12:09 +00:00
typo oops
This commit is contained in:
parent
0912a89ca9
commit
82e678fe7e
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ sed 7d "$html_file" | xmllint --format --encode UTF-8 --noent - | tail -n +2 | r
|
|||
# shellcheck disable=SC2016 # these are regex statements, not shell expressions
|
||||
sed \
|
||||
-e '1,7d' \
|
||||
-e 's|\.svg" width="16" /><span|svg" width="16" /> <span|' \
|
||||
-e 's|\.svg" width="16" /><span|.svg" width="16" /> <span|' \
|
||||
-e 's|</span>( )?.span itemprop="familyName|</span> <span itemprop="familyName"|' \
|
||||
-E \
|
||||
-e 's|([a-z])<data|\1 <data|' \
|
||||
|
|
Loading…
Reference in a new issue