- fix [ 1163407 ] Ampersand XHTML 1.0 Non-Compliant
This commit is contained in:
parent
789263864a
commit
ed161ce282
61 changed files with 244 additions and 456 deletions
|
|
@ -15,9 +15,15 @@ fixTimeFields();
|
|||
fixSpelling();
|
||||
fixCSTemplate();
|
||||
speedUpAdminConsole();
|
||||
removeOldFiles();
|
||||
|
||||
finish();
|
||||
|
||||
#-------------------------------------------------
|
||||
sub removeOldFiles {
|
||||
print "\tRemoving files that are no longer needed.\n" unless ($quiet);
|
||||
unlink("../../lib/WebGUI/Search.pm");
|
||||
}
|
||||
|
||||
#-------------------------------------------------
|
||||
sub speedUpAdminConsole {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue