mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 13:59:28 +02:00
Avoid error in html checker about non-encoded ampersand
git-svn-id: trunk@28430 -
This commit is contained in:
parent
fad718c6a6
commit
4ffd60879a
@ -17,7 +17,7 @@ const
|
||||
TestsuiteURLPrefix='http://www.freepascal.org/testsuite/';
|
||||
TestsuiteBin='testsuite.cgi';
|
||||
ViewURL='http://svn.freepascal.org/cgi-bin/viewvc.cgi/';
|
||||
ViewRevURL='http://svn.freepascal.org/cgi-bin/viewvc.cgi?view=revision&revision=';
|
||||
ViewRevURL='http://svn.freepascal.org/cgi-bin/viewvc.cgi?view=revision&revision=';
|
||||
TestsSubDir='/tests/';
|
||||
DataBaseSubDir='/packages/fcl-db/tests/';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user