diff --git a/blocks/ORB/Common.pm b/blocks/ORB/Common.pm index 0458a0c..0db8caf 100644 --- a/blocks/ORB/Common.pm +++ b/blocks/ORB/Common.pm @@ -300,7 +300,7 @@ sub _validate_ingredient { $ingredient -> {"notes"} = $self -> {"template"} -> html_clean($ingdata -> {"notes"}); } else { $errors .= $self -> {"template"} -> load_template("error/error_item.tem", - { "%(error)s" => "{L_ERR_BADNOTES}" }); + { "%(error)s" => "{L_ERR_BADNOTES}: '".$ingdata -> {"notes"}."'" }); } }