catlett 01/04/13 15:41:48 Modified: mailer/doc/web index.html Log: revised to make usage of the taglib example clearer Revision Changes Path 1.2 +2 -2 jakarta-taglibs/mailer/doc/web/index.html Index: index.html =================================================================== RCS file: /home/cvs/jakarta-taglibs/mailer/doc/web/index.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- index.html 2001/03/31 03:10:36 1.1 +++ index.html 2001/04/13 22:41:48 1.2 @@ -396,7 +396,7 @@ </TD> </TR> <TR> -<TD COLSPAN="2">Used to set the body of the message.</TD> +<TD COLSPAN="2">Used to set the body of the message.<BR>Message will appear as it is written, any carriage returns and spaces in the JSP will be present in the delivered message.</TD> </TR> <TR> <TD WIDTH="2%"> </TD> @@ -1248,7 +1248,7 @@ <mt:send> The following error(s) have occured: <mt:error id="err"> - <jsp:getProperty name="err" property="error"> + <jsp:getProperty name="err" property="error"/> </mt:error> </mt:send> </mt:mail>
