diff options
Diffstat (limited to 'src/java/org/apache/fop/fo/flow/InitialPropertySet.java')
-rw-r--r-- | src/java/org/apache/fop/fo/flow/InitialPropertySet.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/java/org/apache/fop/fo/flow/InitialPropertySet.java b/src/java/org/apache/fop/fo/flow/InitialPropertySet.java index 6b2a1b50c..a7f62535f 100644 --- a/src/java/org/apache/fop/fo/flow/InitialPropertySet.java +++ b/src/java/org/apache/fop/fo/flow/InitialPropertySet.java @@ -30,7 +30,7 @@ import org.apache.fop.fo.ValidationException; import org.apache.fop.fo.properties.SpaceProperty; /** - * Class modelling the <a href=http://www.w3.org/TR/xsl/#fo_initial-property-set"> + * Class modelling the <a href="http://www.w3.org/TR/xsl/#fo_initial-property-set"> * <code>fo:initial-property-set</code></a> object. */ public class InitialPropertySet extends FObj { |