mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 10:45:08 +02:00
--- 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 -
This commit is contained in:
parent
f6a10c99bf
commit
01dd69dddd
@ -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,'');
|
||||
|
Loading…
Reference in New Issue
Block a user