MINOR: added space between commas to allow line breaks

This commit is contained in:
Will Rossiter 2010-06-03 03:02:44 +00:00
parent 372cac32c8
commit e11837763b

View File

@ -137,7 +137,7 @@ class DocumentationViewer extends Controller {
}
}
return implode(',', $undocumented);
return implode(', ', $undocumented);
}
/**