Index: html-common.dsl =================================================================== RCS file: /repository/phpdoc/dsssl/html-common.dsl,v retrieving revision 1.15 diff -u -r1.15 html-common.dsl --- html-common.dsl 3 Jun 2004 13:06:55 -0000 1.15 +++ html-common.dsl 7 Apr 2005 07:33:14 -0000 @@ -303,18 +303,11 @@ ;; Put version info where the refname part in the refnamediv is (element (refnamediv refname) (make sequence - (if (node-list-empty? - (select-elements (children - (select-elements (children (parent (parent (current-node)))) (normalize "refsect1")) - ) (normalize "methodsynopsis")) - ) - (empty-sosofo) (make element gi: "P" (literal " (") (version-info (current-node)) (literal ")") ) - ) (process-children) ) )