I R RETARD. fix 500 errors
Matt S Trout [Wed, 28 Oct 2009 18:30:41 +0000 (14:30 -0400)]
lib/Web/Simple/Application.pm

index e3f8f7b..66028cf 100644 (file)
@@ -86,7 +86,7 @@ sub _run_dispatch_for {
   }
   return [
     500, [ 'Content-type', 'text/plain' ],
-    'The management apologises but we have no idea how to handle that'
+    [ 'The management apologises but we have no idea how to handle that' ]
   ];
 }