From c2e38ac416e58bdafd6f7b50a2cf7372b831a3e0 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Wed, 1 Apr 2009 03:48:38 +0000 Subject: [PATCH] Fix typos in POD that prevent 100% POD coverage. --- lib/WebGUI/Account.pm | 2 +- lib/WebGUI/Account/Friends.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/WebGUI/Account.pm b/lib/WebGUI/Account.pm index 9e0743290..75e713a74 100644 --- a/lib/WebGUI/Account.pm +++ b/lib/WebGUI/Account.pm @@ -255,7 +255,7 @@ sub getLayoutTemplateId { #------------------------------------------------------------------- -=head2 getStyleTemplate ( ) +=head2 getStyleTemplateId ( ) Override this method to return the template for the main style. The style would be for the page that the account layout template is embedded in. diff --git a/lib/WebGUI/Account/Friends.pm b/lib/WebGUI/Account/Friends.pm index 7b7f7c83e..71fef60b2 100644 --- a/lib/WebGUI/Account/Friends.pm +++ b/lib/WebGUI/Account/Friends.pm @@ -232,7 +232,7 @@ sub getLayoutTemplateId { #------------------------------------------------------------------- -=head2 getConfirmTemplateId ( ) +=head2 getRemoveConfirmTemplateId ( ) This method returns the template ID for the confirmation screen.