From: Mike G. v. a. <we...@ma...> - 2007-12-03 22:41:45
|
Log Message: ----------- Corrected spelling in pod documents. Modified Files: -------------- pg/macros: AppletObjects.pl Revision Data ------------- Index: AppletObjects.pl =================================================================== RCS file: /webwork/cvs/system/pg/macros/AppletObjects.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -Lmacros/AppletObjects.pl -Lmacros/AppletObjects.pl -u -r1.1 -r1.2 --- macros/AppletObjects.pl +++ macros/AppletObjects.pl @@ -68,7 +68,7 @@ Inserts applet at this point in the HTML code. (In TeX mode a message "Applet" is written.) This method also adds the applets header material into the header portion of the HTML page. It effectively inserts -the outputs of both C<$applet-E<gt>inserHeader> and C<$applet-E<gt>insertObject> (defined in L<Applet.pm> ) in the appropriate places. +the outputs of both C<$applet-E<gt>insertHeader> and C<$applet-E<gt>insertObject> (defined in L<Applet.pm> ) in the appropriate places. =cut @@ -121,7 +121,7 @@ ################################### # Add java script functions to header section of HTML to - # communicate with the applet. + # communicate with the "ExternalInterface" applet. ################################### $applet->header(<<'END_HEADER'); |