PHP sends a default text/html header before output, so the output can get misinterpreted. robotstxt_robots() should have something like header("Content-type: text/plain"); or drupal_set_header("Content-type: text/plain"); added before the output.

Comments

robertdouglass’s picture

Status: Active » Fixed

Thanks! Committed. Could you do a sanity check and make sure everything looks right?

deekayen’s picture

4-7 looks ok.

Anonymous’s picture

Status: Fixed » Closed (fixed)