Remove warning of misplaced <P> marker, as noticed by html checker

git-svn-id: trunk@28467 -
This commit is contained in:
pierre 2014-08-19 11:34:05 +00:00
parent 03a0f7b409
commit 17ad136412

View File

@ -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');