[Jifty-commit] r4019 - jifty/trunk/lib/Jifty

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Fri Aug 31 17:21:57 EDT 2007


Author: audreyt
Date: Fri Aug 31 17:21:56 2007
New Revision: 4019

Modified:
   jifty/trunk/lib/Jifty/Notification.pm

Log:
* Jifty::Notification - Minor doc fix - The html_body method was
  misspelled as html-body.

Modified: jifty/trunk/lib/Jifty/Notification.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Notification.pm	(original)
+++ jifty/trunk/lib/Jifty/Notification.pm	Fri Aug 31 17:21:56 2007
@@ -19,7 +19,7 @@
 =head1 USAGE
 
 It is recommended that you subclass L<Jifty::Notification> and
-override C<body>, C<html-body>, C<subject>, C<recipients>, and C<from>
+override C<body>, C<html_body>, C<subject>, C<recipients>, and C<from>
 for each message.  (You may want a base class to provide C<from>,
 C<preface> and C<footer> for example.)  This lets you keep all of your
 notifications in the same place.


More information about the Jifty-commit mailing list