From: SourceForge.net <no...@so...> - 2004-01-16 13:25:52
|
Bugs item #522003, was opened at 2002-02-24 09:01 Message generated for change (Comment added) made by fgiust You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=113153&aid=522003&group_id=13153 Category: Tidy functionality Group: None >Status: Closed Resolution: None Priority: 9 Submitted By: Nobody/Anonymous (nobody) Assigned to: fabrizio giustina (fgiust) Summary: Typo in Configuration.parseProps() Initial Comment: line 210-212: value = _properties.getProperty("indent-attributes"); if (value != null) IndentAttributes = parseBool(value, "ident- attributes"); note that first compare uses "indent-attributes", while parseBool() is given "ident-attributes". ---------------------------------------------------------------------- >Comment By: fabrizio giustina (fgiust) Date: 2004-01-16 14:25 Message: Logged In: YES user_id=798060 fixed in CVS ---------------------------------------------------------------------- Comment By: fabrizio giustina (fgiust) Date: 2004-01-10 22:42 Message: Logged In: YES user_id=798060 confirmed ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=113153&aid=522003&group_id=13153 |