Author: dennisl
Date: Wed Sep 28 19:55:13 2011
New Revision: 1177032

URL: http://svn.apache.org/viewvc?rev=1177032&view=rev
Log:
Fix garbage characters.

Modified:
    
maven/plugins/trunk/maven-site-plugin/src/site/apt/examples/sitedescriptor.apt

Modified: 
maven/plugins/trunk/maven-site-plugin/src/site/apt/examples/sitedescriptor.apt
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/src/site/apt/examples/sitedescriptor.apt?rev=1177032&r1=1177031&r2=1177032&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-site-plugin/src/site/apt/examples/sitedescriptor.apt 
(original)
+++ 
maven/plugins/trunk/maven-site-plugin/src/site/apt/examples/sitedescriptor.apt 
Wed Sep 28 19:55:13 2011
@@ -233,7 +233,7 @@ Configuring the Site Descriptor
 * Inject xhtml into \<head\>
 
   You can inject some xhtml into the generated \<head\> element of each page 
by adding a head element
-  to the body element of your project’s site descriptor. The following 
example adds some javascript:
+  to the body element of your project's site descriptor. The following example 
adds some javascript:
 
 +-----+
 <project>
@@ -252,7 +252,7 @@ Configuring the Site Descriptor
 * Links
 
   To add links below your site logo, just add a links element to the body 
element of the site descriptor.
-  Each item in the links element will be rendered as a link in a bar directly 
below your project’s logo.
+  Each item in the links element will be rendered as a link in a bar directly 
below your project's logo.
 
 +-----+
 <project>
@@ -316,7 +316,7 @@ Configuring the Site Descriptor
 
   There is also a dummy \<custom\> element then can be used to specify some 
arbitrary content.
   Note that you need to write your own velocity template to make use of this 
element,
-  it is ignored by the default velocity template used by the site plugin.
+  it is ignored by the default Velocity template used by the Site Plugin.
 
 +-----+
 <project>


Reply via email to