Ticket #499 (new defect)

Opened 3 years ago

spurious title boxes

Reported by: kohlhase Owned by: clange
Priority: major Milestone:
Component: XSLT Version: v0.1.3
Keywords: Cc:
Blocked By: Blocking:
Due to close: YYYY/MM/DD Include in GanttChart: no
Dependencies: Due to assign: YYYY/MM/DD

Description

In the XSLT that presents statements, we create a

<div class="omdoc-definition" id="unary-nats-def-by-rules.def">
  <div class="omdoc-titlebox">
     <span class="omdoc-titleword">Definition</span>
  </div>
  ...

There is some code in the style sheets that tries to restrict the titlebox generation (which leads to a Definition: \newline; the newline is annoying if there is nothing behind it) to cases when there is a title or a @for attribute.

This does not seem to work any more.

Note: See TracTickets for help on using tickets.