You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@click.apache.org by sa...@apache.org on 2009/06/09 19:27:06 UTC

svn commit: r783075 - /incubator/click/trunk/click/documentation/xdocs/src/docbook/click/chapter-introduction.xml

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 &lt;tt&gt;onLinkClick()&lt;/tt&gt; 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 &lt;tt&gt;onAction()&lt;/tt&gt; invoked.";
 
              return true;
             }



Re: svn commit: r783075 - /incubator/click/trunk/click/documentation/xdocs/src/docbook/click/chapter-introduction.xml

Posted by Malcolm Edgar <ma...@gmail.com>.
Thanks for picking those up

regards Malcolm

On Wed, Jun 10, 2009 at 3:27 AM, <sa...@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 &lt;tt&gt;onLinkClick()&lt;/tt&gt; 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 &lt;tt&gt;onAction()&lt;/tt&gt; invoked.";
>
>              return true;
>             }
>
>
>