﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
10591	Bug-Fix bbcode plugin: Font-Size	t_gnther		"The Problem here is that before the tagName was just set, if the value is a percental value, this solution works great ...
Plugin.js line 652 - 656
{{{
  tagName = 'size';
  var percentValue = value.match( /(\d+)%$/ );
  if ( percentValue ) {
    value = percentValue[ 1 ];
  }
}}}
"	Bug	confirmed	Normal		Core : Output Data				
