Fix the case of the tt element in the antidote docu git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276121 13f79535-47bb-0310-9956-ffa450edef68master
| @@ -7,7 +7,7 @@ | |||||
| <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> | <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> | ||||
| <title>Apache Ant - License</title> | <title>Apache Ant - License</title> | ||||
| <link type="text/css" href="./page.css" rel="stylesheet"> | <link type="text/css" href="./page.css" rel="stylesheet"> | ||||
| <meta name="author" content="Apache Ant PMC"> | |||||
| <meta name="author" content="The Apache Software Foundation"> | |||||
| <meta name="email" content=""> | <meta name="email" content=""> | ||||
| </head> | </head> | ||||
| @@ -179,7 +179,7 @@ | |||||
| | | | | | | | | | | | | | | | | | | ||||
| +---------------+ +----------------+ +-------------+ +--------------+ | +---------------+ +----------------+ +-------------+ +--------------+ | ||||
| </pre> | </pre> | ||||
| <p>The backbone of the application is the <TT>EventBus</TT>. Any | |||||
| <p>The backbone of the application is the <code>EventBus</code>. Any | |||||
| component of the application can post events to the | component of the application can post events to the | ||||
| <code>EventBus</code>. Components that wish to receive events are | <code>EventBus</code>. Components that wish to receive events are | ||||
| called <code>BusMember</code>s. | called <code>BusMember</code>s. | ||||
| @@ -18,7 +18,7 @@ | |||||
| <properties> | <properties> | ||||
| <title>License</title> | <title>License</title> | ||||
| <author email="">Apache Ant PMC</author> | |||||
| <author email="">The Apache Software Foundation</author> | |||||
| </properties> | </properties> | ||||
| <body> | <body> | ||||
| @@ -87,7 +87,7 @@ | |||||
| | | | | | | | |<br/> | | | | | | | | |<br/> | ||||
| +---------------+ +----------------+ +-------------+ +--------------+ | +---------------+ +----------------+ +-------------+ +--------------+ | ||||
| </source> | </source> | ||||
| <p>The backbone of the application is the <TT>EventBus</TT>. Any | |||||
| <p>The backbone of the application is the <code>EventBus</code>. Any | |||||
| component of the application can post events to the | component of the application can post events to the | ||||
| <code>EventBus</code>. Components that wish to receive events are | <code>EventBus</code>. Components that wish to receive events are | ||||
| called <code>BusMember</code>s. | called <code>BusMember</code>s. | ||||