From 1b9fbb5fbdefb984c8ddcc5e6ea7ecdcd2a8f8bd Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Thu, 9 Apr 2009 15:12:25 +0000 Subject: [PATCH] Fix POD syntax error in ExpressionEngine. --- lib/WebGUI/Asset/Wobject/Survey/ExpressionEngine.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/WebGUI/Asset/Wobject/Survey/ExpressionEngine.pm b/lib/WebGUI/Asset/Wobject/Survey/ExpressionEngine.pm index 447343d92..e4bfb70f1 100644 --- a/lib/WebGUI/Asset/Wobject/Survey/ExpressionEngine.pm +++ b/lib/WebGUI/Asset/Wobject/Survey/ExpressionEngine.pm @@ -191,7 +191,7 @@ Hashref of values to make available to the expression via the L utility s Hashref of scores to make available to the expression via the L utility sub -=item* validTargets +=item * validTargets A hashref of valid jump targets. If this is provided, all L calls will fail unless the specified target is a key in the hashref.