Modify ↓
      
        Opened 16 years ago
Closed 15 years ago
#6743 closed defect (fixed)
[[FootNote]] macro should display Nothing when no footnotes are used
| Reported by: | Ryan J Ollos | Owned by: | Ryan J Ollos | 
|---|---|---|---|
| Priority: | lowest | Component: | FootNoteMacro | 
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: | 0.11 | 
Description
I have inserted the following into my PageTemplates:
{{{
#!comment
Do not edit below this line. The FootNote macro will insert a resulting list of FootNotes if you use the FootNote macro within this document, and if you do not use it, then nothing will be added to the document.
}}}
[[FootNote]]
A very minor issue is that a small horizontal line is inserted at the bottom of the page, even if no footnotes are generated.
Attachments (1)
Change History (2)
Changed 16 years ago by
| Attachment: | FootNoteMacroHorizonalLine.png added | 
|---|
comment:1 Changed 15 years ago by
| Resolution: | → fixed | 
|---|---|
| Status: | new → closed | 
Note: See
        TracTickets for help on using
        tickets.
    



Fixes in [8450]. We may want to revisit the change that was made in [8450] at some point to improve coding style. I'm very new to Python.