﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
6250	Justify text inserts P tag only	Scorpy		"If user tries to align text to center and if text in selection is not wrapped in any tag, selected text will be wrapped with P tag only, regardless of configured text mode.

To correct this you should change justify/plugin.js:

old line 98: while ( ( block = iterator.getNextParagraph() ) )

to:

new line 98 :while ( ( block = iterator.getNextParagraph('''enterMode==1?'p':'div'''') ) )

"	Bug	closed	Normal		General	3.4	duplicate	HasPatch	
