Monday, April 16, 2012

Cant post macros with quotes in them

as you can see here

http://wowui.worldofwar.net/?p=macro&m=842

when i type a quotation mark, it displays it as &quot


Code:
/script local infoType, info1, info2 = GetCursorInfo(); if infoType == "item" then DEFAULT_CHAT_FRAME:AddMessage( info1 ); end

is replaced with


Code:
/script local infoType, info1, info2 = GetCursorInfo(); if infoType == "item" then DEFAULT_CHAT_FRAME:AddMessage( info1 ); end
|||Was reported about a year ago in the correct forum here. Good luck.

No comments:

Post a Comment