1
0
Fork 0
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:
Rohan Kumar 2023-11-14 22:54:21 -08:00
parent 0912a89ca9
commit 82e678fe7e
No known key found for this signature in database
GPG key ID: 1E892DB2A5F84479

View file

@ -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>(&nbsp;)?.span itemprop="familyName|</span>&#160;<span itemprop="familyName"|' \
-E \
-e 's|([a-z])<data|\1 <data|' \