mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 08:27:02 +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,'');
|
//printattributes(chld,'');
|
||||||
checkattributes(chld,'HREF',localname,filelist);
|
checkattributes(chld,'HREF',localname,filelist);
|
||||||
end;
|
end;
|
||||||
|
if s='SCRIPT' then
|
||||||
|
begin
|
||||||
|
//printattributes(chld,'');
|
||||||
|
checkattributes(chld,'SRC',localname,filelist);
|
||||||
|
end;
|
||||||
if s='IMG'then
|
if s='IMG'then
|
||||||
begin
|
begin
|
||||||
//printattributes(chld,'');
|
//printattributes(chld,'');
|
||||||
|
Loading…
Reference in New Issue
Block a user