From bf2722129ba62bfa474fbbcdbcf869e67c889c7b Mon Sep 17 00:00:00 2001 From: Chris Date: Sun, 18 Sep 2011 13:15:30 +0100 Subject: [PATCH] Fixed typo >.< --- Block.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Block.pm b/Block.pm index 3ac4071..019a38c 100644 --- a/Block.pm +++ b/Block.pm @@ -148,7 +148,7 @@ sub validate_string { $text = encode_entities($text); # Convert horrible smart quote crap from windows - foreach my $char (keys(%$self -> {"template"} ->{"entities")) { + foreach my $char (keys(%$self -> {"template"} ->{"entities"})) { $text =~ s/$char/$self->{template}->{entities}->{$char}/g; }