href macro

If reporting a bug with the Zeus IDE please post the details here. Please do not post questions here.
Post Reply
omer kircher
Posts: 39
Joined: Wed Oct 27, 2004 5:37 am

href macro

Post 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>"
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

Post by jussij »

Agreed. I have changed the href.lua macro as suggested :wink:

Cheers Jussi
Post Reply