summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/chm/src/chmfilewriter.pas5
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/chm/src/chmfilewriter.pas b/packages/chm/src/chmfilewriter.pas
index 7b6341ae21..0df67430b2 100644
--- a/packages/chm/src/chmfilewriter.pas
+++ b/packages/chm/src/chmfilewriter.pas
@@ -831,6 +831,11 @@ begin
//printattributes(chld,'');
checkattributes(chld,'HREF',localname,filelist);
end;
+ if s='SCRIPT' then
+ begin
+ //printattributes(chld,'');
+ checkattributes(chld,'SRC',localname,filelist);
+ end;
if s='IMG'then
begin
//printattributes(chld,'');