mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-09 16:02:10 +00:00
Fix tab-reachability of preformatted blocks
This commit is contained in:
parent
2badbe2601
commit
a870c2556a
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@ sed 7d "$html_file" | run_xmllint | tail -n +2 >"$tmp_file"
|
|||
-e '1,7d' \
|
||||
-e 's|</span><span itemprop="familyName"|</span>\ <span itemprop="familyName"|' \
|
||||
-e 's|class="u-photo photo"[^<]*<|class="u-photo photo"/> <|' \
|
||||
-e 's|<pre>|<pre tabindex="0">|' \
|
||||
-E \
|
||||
-e 's|([a-z])<data|\1 <data|' \
|
||||
-e 's#</span>(<a[^>]*rel="(nofollow ugc|ugc nofollow)"([^>]*)?>liked</a>)#</span> \1#' \
|
||||
|
|
Loading…
Reference in a new issue