﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
8230	Problem with Google minify	Freddie Bingham		"_source/plugins/listblock/plugin.js line 102

' aria-posinset=""' + ++this._.size + '"">',

When this line is compressed by Google's ModPageSpeed minify script, the result is:

' aria-posinset=""'+++this._.size+'"">',

While this is an issue with the Google tool, it is widespread and can easily be avoided if the code is changed to:

' aria-posinset=""' + (++this._.size) + '"">',

Please consider this suggestion."	Bug	confirmed	Normal		General	3.2			
