[jsword-svn] jsword/java/jsword/org/crosswire/jsword/book/filter/thml s

jswordcvs at crosswire.org jswordcvs at crosswire.org
Sat Jun 11 13:41:07 MST 2005


Update of /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/filter/thml
In directory www.crosswire.org:/tmp/cvs-serv27268/java/jsword/org/crosswire/jsword/book/filter/thml

Modified Files:
	CustomHandler.java 
Log Message:
Made showing the sidebar a default and set it to no.
Cleaned up the code to consistently use "book" to refer to "module"

Index: CustomHandler.java
===================================================================
RCS file: /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/filter/thml/CustomHandler.java,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** CustomHandler.java	17 May 2005 00:43:15 -0000	1.13
--- CustomHandler.java	11 Jun 2005 20:41:05 -0000	1.14
***************
*** 78,82 ****
          Tag t = (Tag) TAG_MAP.get(qname);
  
!         // Some of the THML modules are broken in that they use uppercase
          // element names, which the spec disallows, but we might as well
          // look out for them
--- 78,82 ----
          Tag t = (Tag) TAG_MAP.get(qname);
  
!         // Some of the THML books are broken in that they use uppercase
          // element names, which the spec disallows, but we might as well
          // look out for them



More information about the jsword-svn mailing list