Correct the POD from copying a method in Asset/Redirect.
Fix a whitespace problem in AssetExportHtml.
This commit is contained in:
parent
b1bbf36825
commit
96f292bb45
2 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -214,6 +214,7 @@ sub _exportAsHtml {
|
|||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
||||
=head2 exportAsHtml
|
||||
|
||||
Same as www_exportGenerate except without the output. Returns
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue