fix pad head directives in pod re sf#1287994
This commit is contained in:
parent
68f7c3678b
commit
5b4323e1bd
4 changed files with 5 additions and 6 deletions
|
|
@ -180,7 +180,7 @@ sub processPropertiesFromFormPost {
|
|||
|
||||
#-------------------------------------------------------------------
|
||||
|
||||
=head setParent ( newParent )
|
||||
=head2 setParent ( newParent )
|
||||
|
||||
We're overloading the setParent in Asset because we don't want events to be able to be posted to anything other than the events calendar.
|
||||
|
||||
|
|
|
|||
|
|
@ -171,8 +171,6 @@ A boolean indicating whether or not to enable highlight. Defaults to "1".
|
|||
|
||||
A reference to an array of CSS color identificators.
|
||||
|
||||
=head3
|
||||
|
||||
=cut
|
||||
|
||||
sub getDetails {
|
||||
|
|
|
|||
|
|
@ -80,7 +80,7 @@ sub audit {
|
|||
|
||||
#-------------------------------------------------------------------
|
||||
|
||||
=head canShowDebug ( )
|
||||
=head2 canShowDebug ( )
|
||||
|
||||
Returns true if the user meets the condition to see debugging information and debug mode is enabled.
|
||||
|
||||
|
|
@ -99,7 +99,7 @@ sub canShowDebug {
|
|||
|
||||
#-------------------------------------------------------------------
|
||||
|
||||
=head canShowPerformanceIndicators ()
|
||||
=head2 canShowPerformanceIndicators ()
|
||||
|
||||
Returns true if the user meets the conditions to see performance indicators and performance indicators are enabled.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue