You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by fs...@apache.org on 2015/04/28 21:50:59 UTC

svn commit: r1676601 - in /jmeter/trunk/xdocs: index.xml stylesheets/website-style.xsl

Author: fschumacher
Date: Tue Apr 28 19:50:59 2015
New Revision: 1676601

URL: http://svn.apache.org/r1676601
Log:
Since amp-entities are not removed anymore since r1674583, we have to define the trade-entity
and use it directly.

Bugzilla Id: 53764

Modified:
    jmeter/trunk/xdocs/index.xml
    jmeter/trunk/xdocs/stylesheets/website-style.xsl

Modified: jmeter/trunk/xdocs/index.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/index.xml?rev=1676601&r1=1676600&r2=1676601&view=diff
==============================================================================
--- jmeter/trunk/xdocs/index.xml (original)
+++ jmeter/trunk/xdocs/index.xml Tue Apr 28 19:50:59 2015
@@ -15,15 +15,17 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 -->
-
+<!DOCTYPE document [
+  <!ENTITY trade "&#x02122;">
+]>
 <document>
   <properties>
-     <title>Apache JMeter&amp;trade;</title>
+     <title>Apache JMeter&trade;</title>
   </properties>
   <body>
-    <section name="Apache JMeter&amp;trade;">
+    <section name="Apache JMeter&trade;">
     <p>
-      The <b>Apache JMeter&amp;trade;</b> application is open source software,
+      The <b>Apache JMeter&trade;</b> application is open source software,
       a 100% pure Java application designed
       to load test functional behavior and measure performance.  It was
       originally designed for testing Web Applications but has

Modified: jmeter/trunk/xdocs/stylesheets/website-style.xsl
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/stylesheets/website-style.xsl?rev=1676601&r1=1676600&r2=1676601&view=diff
==============================================================================
--- jmeter/trunk/xdocs/stylesheets/website-style.xsl (original)
+++ jmeter/trunk/xdocs/stylesheets/website-style.xsl Tue Apr 28 19:50:59 2015
@@ -16,6 +16,7 @@
   <!ENTITY nbsp  "&#160;">
   <!ENTITY ndash "&#x02013;">
   <!ENTITY para  "&#x000B6;">
+  <!ENTITY trade "&#x02122;">
 ]>
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
   version="3.0"