Page 1 of 1

href macro

Posted: Thu Jan 19, 2006 7:49 pm
by omer kircher
shouldn't line 49:

local new_text = "<A HREF=\"#" .. current_text .. "\">" .. "</A>"

be

local new_text = "<A HREF=\"#" .. current_text .. "\">" .. current_text .. "</A>"

Posted: Thu Jan 19, 2006 9:22 pm
by jussij
Agreed. I have changed the href.lua macro as suggested :wink:

Cheers Jussi