﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
21012,Dashboard plugin stats widget messing up plugin title,georgestephanis,nacin,"When a user's name has double-quotes in it, like Otto ( http://cloud.stephanis.info/1a3b2T432N090G0z3T2Q ), the line in the code

` if ( preg_match( '/&quot;(.*)&quot;/s', $item->get_title(), $matches ) ) `

escapes the title from

`Samuel ""Otto"" Wood on ""Facebook""`

to 

`Otto&quot; Wood on &quot;Facebook`

Let's actually make it sniff for the ` on ` before the double-quote to avoid this.",defect (bug),closed,normal,3.5,General,3.4,normal,fixed,has-patch commit,
