From 3b10cbd3c81d895a3322de52bff054506bf8c0fc Mon Sep 17 00:00:00 2001 From: Karl Blomster Date: Tue, 15 Jan 2008 05:09:18 +0000 Subject: [PATCH] Export script now kills recent changes link in navigation bar. Originally committed to SVN as r1732. --- docs/aegisub_convert_docs.pl | 3 +++ 1 file changed, 3 insertions(+) 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;