mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-07 09:50:38 +02:00
Remove warning of misplaced <P> marker, as noticed by html checker
git-svn-id: trunk@28467 -
This commit is contained in:
parent
03a0f7b409
commit
17ad136412
@ -594,7 +594,6 @@ begin
|
||||
DumpLn('View Test suite results');
|
||||
HeaderEnd(1);
|
||||
DumpLn('Please specify search criteria:');
|
||||
ParagraphStart;
|
||||
FormStart(TestsuiteCGIURL,'');
|
||||
if FDebug then
|
||||
EmitHiddenVar('DEBUGCGI', '1');
|
||||
@ -711,7 +710,6 @@ begin
|
||||
DumpLn('View Test suite results');
|
||||
HeaderEnd(1);
|
||||
DumpLn('Please specify search criteria:');
|
||||
ParagraphStart;
|
||||
FormStart(TestsuiteCGIURL,'');
|
||||
if FDebug then
|
||||
EmitHiddenVar('DEBUGCGI', '1');
|
||||
|
Loading…
Reference in New Issue
Block a user