diff options
Diffstat (limited to 'textproc/dsssl-docbook-modular/files/patch-ab')
-rw-r--r-- | textproc/dsssl-docbook-modular/files/patch-ab | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/textproc/dsssl-docbook-modular/files/patch-ab b/textproc/dsssl-docbook-modular/files/patch-ab new file mode 100644 index 000000000000..32555fc470cc --- /dev/null +++ b/textproc/dsssl-docbook-modular/files/patch-ab @@ -0,0 +1,12 @@ +--- html/dbautoc.dsl.old Wed Jan 3 11:55:08 2001 ++++ html/dbautoc.dsl Wed Jan 3 11:55:22 2001 +@@ -53,8 +53,7 @@ + (node-list-filter-by-gi (children nd) + (append (division-element-list) + (component-element-list) +- (section-element-list) +- (list-element-list))))) ++ (section-element-list))))) + (wrappergi (if first? "DIV" "DD")) + (wrapperattr (if first? '(("CLASS" "TOC")) '()))) + (if (or (<= depth 0) |