Ticket #640 (closed defect: fixed)

Opened 5 months ago

Last modified 5 months ago

robots meta not valid XHTML in signup page

Reported by: mark-k Assigned to: somebody
Priority: normal Milestone:
Component: component1 Version:
Severity: normal Keywords:
Cc:

Description

in wp-singup.php

function signuppageheaders() {

echo "<meta name='robots' content='noindex,nofollow'>\n";

}

should be

function signuppageheaders() {

echo "<meta name='robots' content='noindex,nofollow' />\n";

}

Change History

05/27/08 10:52:44 changed by donncha

  • status changed from new to closed.
  • resolution set to fixed.

Thanks, applied in [1316]