Comment 1 for bug 826144

Revision history for this message
Andreas Roehler (a-roehler) wrote :

Hi Barry,

get the results below, which seems the desired indent IIRC.
If it's wrong, please tell,

cheers,

Andreas

# test code:
            if titles:
                items.append(
                    ht(
                        T.a('Sorted by title', href='#TOCtitle', ),
                        ' -- Numbers and titles sorted by title',
                        self.Tbr( epub ),
                        self.Tbr( epub ),
                    )
                )