Browse Source

--- Merging r36729 into '.':
U packages/chm/src/chmfilewriter.pas
--- Recording mergeinfo for merge of r36729 into '.':
U .

# revisions: 36729

git-svn-id: branches/fixes_3_0@36732 -

marco 8 years ago
parent
commit
01dd69dddd
1 changed files with 5 additions and 0 deletions
  1. 5 0
      packages/chm/src/chmfilewriter.pas

+ 5 - 0
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,'');