Browse Source

Karen Lease's bug fix. Good catch.


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193671 13f79535-47bb-0310-9956-ffa450edef68
tags/pre-columns
Steve Coffman 24 years ago
parent
commit
63656255d1
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/org/apache/fop/fo/PropertyListBuilder.java

+ 1
- 1
src/org/apache/fop/fo/PropertyListBuilder.java View File

@@ -159,7 +159,7 @@ public class PropertyListBuilder {
{
Hashtable propertyTable;
Property.Maker propertyMaker = null;
propertyTable = (Hashtable)elementTable.get(propertyName);
propertyTable = (Hashtable)elementTable.get(elementName);
if(propertyTable != null) {
propertyMaker = (Property.Maker)propertyTable.get(propertyName);
}

Loading…
Cancel
Save