From f6091166bdc82cf84538b1a38dba98f00d9bf19a Mon Sep 17 00:00:00 2001 From: Ryan Voots Date: Sat, 5 Feb 2011 21:26:09 -0500 Subject: [PATCH] fixing output to be "saner" --- plugins/title.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/title.pm b/plugins/title.pm index 53a9418..7241b5b 100644 --- a/plugins/title.pm +++ b/plugins/title.pm @@ -24,7 +24,7 @@ sub { return; } - print "$url: " . $ua->title(); + print "$url :is: " . $ua->title(); } __DATA__