Thanks for picking those up
regards Malcolm
On Wed, Jun 10, 2009 at 3:27 AM, <sabob@apache.org> wrote:
> Author: sabob
> Date: Tue Jun 9 17:27:06 2009
> New Revision: 783075
>
> URL: http://svn.apache.org/viewvc?rev=783075&view=rev
> Log:
> pdf renders incorrectly if HTML is embedded in program listings
>
> Modified:
> incubator/click/trunk/click/documentation/xdocs/src/docbook/click/chapter-introduction.xml
>
> Modified: incubator/click/trunk/click/documentation/xdocs/src/docbook/click/chapter-introduction.xml
> URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/documentation/xdocs/src/docbook/click/chapter-introduction.xml?rev=783075&r1=783074&r2=783075&view=diff
> ==============================================================================
> --- incubator/click/trunk/click/documentation/xdocs/src/docbook/click/chapter-introduction.xml
(original)
> +++ incubator/click/trunk/click/documentation/xdocs/src/docbook/click/chapter-introduction.xml
Tue Jun 9 17:27:06 2009
> @@ -172,7 +172,7 @@
> */
> public boolean onLinkClick() {
> msg = "ControlListenerPage#" + hashCode()
> - + " object method <tt>onLinkClick()</tt> invoked.";
> + + " object method <tt>onLinkClick()</tt>
invoked.";
>
> return true;
> }
> @@ -259,7 +259,7 @@
> myLink.setActionListener(new ActionListener() {
> public boolean onAction(Control control) {
> msg = "ControlListenerPage#" + hashCode()
> - + " object method <tt>onAction()</tt> invoked.";
> + + " object method <tt>onAction()</tt>
invoked.";
>
> return true;
> }
>
>
>
|