From 96f292bb4565fcaeb1cef3b425ff3af38a81273f Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Sun, 19 Nov 2006 06:19:31 +0000 Subject: [PATCH] Correct the POD from copying a method in Asset/Redirect. Fix a whitespace problem in AssetExportHtml. --- lib/WebGUI/Asset/Redirect.pm | 2 +- lib/WebGUI/AssetExportHtml.pm | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/WebGUI/Asset/Redirect.pm b/lib/WebGUI/Asset/Redirect.pm index 9f5083269..cb1f22698 100644 --- a/lib/WebGUI/Asset/Redirect.pm +++ b/lib/WebGUI/Asset/Redirect.pm @@ -93,7 +93,7 @@ sub www_edit { =head2 exportHtml_view -A web executable method that redirects the user to the specified page, or displays the edit interface when admin mode is enabled. +Override the method from AssetExportHtml to handle the redirect. =cut diff --git a/lib/WebGUI/AssetExportHtml.pm b/lib/WebGUI/AssetExportHtml.pm index effc00988..7fa388149 100644 --- a/lib/WebGUI/AssetExportHtml.pm +++ b/lib/WebGUI/AssetExportHtml.pm @@ -214,6 +214,7 @@ sub _exportAsHtml { } #------------------------------------------------------------------- + =head2 exportAsHtml Same as www_exportGenerate except without the output. Returns