commit aa02b85f268d87bdbd8451aa34eeb2c461bb3af5
Author: joehni <[email protected]>
AuthorDate: Wed, 1 May 2013 18:18:03 +0200
Commit: joehni <[email protected]>
CommitDate: Wed, 1 May 2013 18:18:03 +0200
Grammar
diff --git
a/xsite-core/src/main/java/org/codehaus/xsite/extractors/sitemesh/rules/DropDivOfClassSectionRule.java
b/xsite-core/src/main/java/org/codehaus/xsite/extractors/sitemesh/rules/DropDivOfClassSectionRule.java
index c3e3f1e..0ec1ffb 100644
---
a/xsite-core/src/main/java/org/codehaus/xsite/extractors/sitemesh/rules/DropDivOfClassSectionRule.java
+++
b/xsite-core/src/main/java/org/codehaus/xsite/extractors/sitemesh/rules/DropDivOfClassSectionRule.java
@@ -15,7 +15,7 @@ import com.opensymphony.module.sitemesh.html.Tag;
/**
* Special rule for Maven/Doxia generated HTML pages. They nest typically the
header paragraphs
* together with the following elements into a div section with a class
attribute of value
- * "section". This rule removes this div elements so that any contained
elements will be at the
+ * "section". This rule removes this div elements so that any contained
element will be at the
* same level.
*
* @author Jörg Schaible