From 93995ae74fd3112b0287c807d1bad711c076e6f4 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Thu, 12 Jun 2008 23:29:16 +0000 Subject: [PATCH] fix whitespace for POD --- lib/WebGUI/Asset.pm | 1 + lib/WebGUI/Asset/Snippet.pm | 1 + 2 files changed, 2 insertions(+) diff --git a/lib/WebGUI/Asset.pm b/lib/WebGUI/Asset.pm index 5cd43e0a4..70646e91b 100644 --- a/lib/WebGUI/Asset.pm +++ b/lib/WebGUI/Asset.pm @@ -2437,6 +2437,7 @@ true. sub isValidRssItem { 1 } #------------------------------------------------------------------- + =head2 www_widgetView ( ) Returns the view() method of the asset object suitable for widgetizing. diff --git a/lib/WebGUI/Asset/Snippet.pm b/lib/WebGUI/Asset/Snippet.pm index 5eb27b07a..7cb94038d 100644 --- a/lib/WebGUI/Asset/Snippet.pm +++ b/lib/WebGUI/Asset/Snippet.pm @@ -108,6 +108,7 @@ sub definition { #------------------------------------------------------------------- + =head2 exportGetUrlAsPath ( index ) Translates a URL into an appropriate path and filename for exporting.