mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-22 00:09:42 +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');
|
DumpLn('View Test suite results');
|
||||||
HeaderEnd(1);
|
HeaderEnd(1);
|
||||||
DumpLn('Please specify search criteria:');
|
DumpLn('Please specify search criteria:');
|
||||||
ParagraphStart;
|
|
||||||
FormStart(TestsuiteCGIURL,'');
|
FormStart(TestsuiteCGIURL,'');
|
||||||
if FDebug then
|
if FDebug then
|
||||||
EmitHiddenVar('DEBUGCGI', '1');
|
EmitHiddenVar('DEBUGCGI', '1');
|
||||||
@ -711,7 +710,6 @@ begin
|
|||||||
DumpLn('View Test suite results');
|
DumpLn('View Test suite results');
|
||||||
HeaderEnd(1);
|
HeaderEnd(1);
|
||||||
DumpLn('Please specify search criteria:');
|
DumpLn('Please specify search criteria:');
|
||||||
ParagraphStart;
|
|
||||||
FormStart(TestsuiteCGIURL,'');
|
FormStart(TestsuiteCGIURL,'');
|
||||||
if FDebug then
|
if FDebug then
|
||||||
EmitHiddenVar('DEBUGCGI', '1');
|
EmitHiddenVar('DEBUGCGI', '1');
|
||||||
|
Loading…
Reference in New Issue
Block a user