You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by po...@apache.org on 2021/05/18 10:50:55 UTC

[creadur-whisker] 01/04: WHISKER-19: Fix XML errors in site descriptor

This is an automated email from the ASF dual-hosted git repository.

pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-whisker.git

commit 3b7c6b2d36f57b560f1c93c86f6c5e7ddb2316cf
Author: Hugo Hirsch <gi...@hugo-hirsch.de>
AuthorDate: Tue May 18 12:45:38 2021 +0200

    WHISKER-19: Fix XML errors in site descriptor
---
 src/site/site.xml | 13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

diff --git a/src/site/site.xml b/src/site/site.xml
index 7986303..886ca36 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -17,7 +17,7 @@
   specific language governing permissions and limitations
   under the License.
 -->
-<project name="Apache Whisker&trade;">
+<project name="Apache Whisker&amp;trade;">
   <bannerRight>
     <title>The Apache Software Foundation</title>
     <name>The Apache Software Foundation</name>
@@ -34,10 +34,7 @@
 
   <body>
     <head>
-        <link
-            href='http://fonts.googleapis.com/css?family=Mate+SC'
-            rel='stylesheet'
-            type='text/css'/>
+        <link href="http://fonts.googleapis.com/css?family=Mate+SC" rel="stylesheet" type="text/css"/>
     </head>
     <breadcrumbs>
       <item name="Apache" href="http://www.apache.org/"/>
@@ -45,7 +42,7 @@
       <item name="Whisker" href="http://creadur.apache.org/whisker/"/>
     </breadcrumbs>
 
-    <menu name='Apache Whisker&trade;' inherit="bottom">
+    <menu name='Apache Whisker&amp;trade;' inherit="bottom">
        <item name='Introducing Whisker' href='index.html'/>
        <item name='Meta Data' href='meta-data.html'/>
        <item name='Maven Plugin' href='apache-whisker-maven-plugin/index.html'/>
@@ -76,7 +73,7 @@
         <item name='Copyright Notices' href='examples/copyright-notices-sample.xml'/>
     </menu>
 
-    <menu name="Apache Creadur &trade;" inherit="bottom">
+    <menu name="Apache Creadur &amp;trade;" inherit="bottom">
 		<item name='Creadur Project Home' href="http://creadur.apache.org"/>
 		<item name='Apache Rat' href="http://creadur.apache.org/rat"/>
 		<item name='Apache Tentacles' href="http://creadur.apache.org/tentacles"/>
@@ -127,4 +124,4 @@
 
   </body>
 
-</project>
\ No newline at end of file
+</project>