Minor - soft tab i.o. tab (nasty Codio)

master
youri 2014-11-09 13:09:15 +00:00
parent 096c697cb4
commit ebf1c59ab6
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ sub format_html {
# Handle statement
handle remainder => sub {
return unless $_; # Guard against "no answer"
return unless $_; # Guard against "no answer"
return unless s/%$//; # Query should end with '%'. Test and remove it
s/\s+//g; # Delete the whitespaces