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
Comment #1
robertdouglass commentedThanks! Committed. Could you do a sanity check and make sure everything looks right?
Comment #2
deekayen commented4-7 looks ok.
Comment #3
(not verified) commented