I'm running Drupal 6.2.4 with Topnotch Theme Marketshare6 6.x-1.2.

Within a node body I have:
.....refreshes us. We do know, however, that sleep disruption causes serious problems with daytime functioning.<fn>reftext</fn>

Some consequences of too little sleep:
These consequences......

What I get is:

.....refreshes us. We do know, however, that sleep disruption causes serious problems with daytime functioning.reftext

Some consequences of too little sleep:
These consequences can include increased risk of.....

I am using filtered HTML and have enabled footnotes there. I have not found any other requirements in the documentation for the module or in the posts. I'm no wiz at this stuff, but I have muddled through getting the site up so far. What have i Missed?

Comments

hingo’s picture

In the Filtered HTML you need to make sure that Footnotes filter runs early, and the HTML Filter runs later. I bet they are the other way round now?

montyh53201’s picture

Thanks, hingo, that solved my problem. Case closed.

robin_b’s picture

I had the same issue. Indeed, you have to rearrange the input filters.

1) site configuration > input formats > (select format) > click "rearrange them" hidden in the introtext.

2) alter the order, make sure footer is on top of html-filter.

rooby’s picture

Status: Active » Fixed

This has been answered. Marking fixed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.