You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
issue #9251 HTML extensions stripped from DOT SVG links with tagfiles
In an URL like: `ext_1/external.tag$classext__1_1_1_external_sub_c` the extension is seen like `tag$classext__1_1_1_external_sub_c` as the function searches the entire string for the last `.` instead of looking in the part after the `$`.
This is a special case for dot images.
0 commit comments