a/src/filters/rclsoff.py b/src/filters/rclsoff.py
...
...
152
                res = rclxslt.apply_sheet_data(stylesheet_meta, metadata)
152
                res = rclxslt.apply_sheet_data(stylesheet_meta, metadata)
153
                docdata += res
153
                docdata += res
154
        except:
154
        except:
155
            # To be checked. I'm under the impression that I get this when
155
            # To be checked. I'm under the impression that I get this when
156
            # nothing matches?
156
            # nothing matches?
157
            #self.em.rclog("no/bad metadata in %s" % fn)
157
            #self.em.rclog("No/bad metadata in %s" % fn)
158
            pass
158
            pass
159
159
160
        docdata += b'</head>\n<body>\n'
160
        docdata += b'</head>\n<body>\n'
161
161
162
        try:
162
        try: