Thread Tools Display Modes
Prev Previous Post   Next Post Next
10-06-16, 05:21 AM   #1
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
Bug with "highlight" BBCode tag

When the first line of a code block has indentation, the "highlight" tag removes it, while the "code" tag does not. Compare:

Code:
	if UnitIsUnit(unit, "player") then
		return true
	end
Lua Code:
  1. if UnitIsUnit(unit, "player") then
  2.         return true
  3.     end
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
  Reply With Quote
 

WoWInterface » Site Forums » Site help, bugs, suggestions/questions » Bug with "highlight" BBCode tag

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off