make it valid XML
authorJason Etheridge <jason@esilibrary.com>
Thu, 3 Nov 2016 16:02:43 +0000 (12:02 -0400)
committerJason Etheridge <jason@esilibrary.com>
Thu, 3 Nov 2016 16:02:43 +0000 (12:02 -0400)
Signed-off-by: Jason Etheridge <jason@esilibrary.com>
qa/test_output_webifier.pl

index a592198..fd73a5c 100755 (executable)
@@ -207,8 +207,7 @@ sub update_rss {
     #if (`diff pass_fail.txt pass_fail.txt.prev`) {
         $fail = `grep Failed pass_fail.txt`;
         open RSS_FILE, ">test_rss.xml";
-        print RSS_FILE q^
-   <?xml version="1.0" encoding="utf-8"?>
+        print RSS_FILE q^<?xml version="1.0" encoding="utf-8"?>
    <feed xmlns="http://www.w3.org/2005/Atom">
 
      <title>Live Tester - EG Master</title>