# HG changeset patch # User Matti Hamalainen # Date 1299848045 -7200 # Node ID 892c904b5e9d19cbe64145ff84cbccd9709fed82 # Parent 3634b6b811ce0ce8f198b161f8bdfca3ae974fab Fix the itemfixes. diff -r 3634b6b811ce -r 892c904b5e9d itemfixes.inc.php --- a/itemfixes.inc.php Sun Feb 13 16:29:24 2011 +0200 +++ b/itemfixes.inc.php Fri Mar 11 14:54:05 2011 +0200 @@ -14,10 +14,10 @@ "^alchemist moulded rings" => "alchemist moulded ring", // Generic rings - "^(heavy black metal|steel) rings" => "a ${1} ring", + "^(heavy black metal|steel) rings" => 'a ${1} ring', // Damiens - "^arm protectors called Damien \(\S+\)" => "an arm protector called Damien (${1})", + "^arm protectors called Damien \(\S+\)" => 'an arm protector called Damien (${1})', // Containers "^white cloth packs for holding salves" => "white cloth pack for holding salves",