diff --git a/docs/aegisub_convert_docs.pl b/docs/aegisub_convert_docs.pl index 496206256..ee4be8c6f 100644 --- a/docs/aegisub_convert_docs.pl +++ b/docs/aegisub_convert_docs.pl @@ -253,6 +253,9 @@ sub parse_and_fix_html { # kill the "toolbox" at the bottom left $content =~ s!
.*?!!; + # handle the @import links to get the css right while ( $content =~ m!\@import \"(.+?)\";!mg ) { my $importlink = $1;