mirror of
https://github.com/silverstripe/silverstripe-docsviewer
synced 2024-10-22 11:05:56 +02:00
MINOR: added space between commas to allow line breaks
This commit is contained in:
parent
372cac32c8
commit
e11837763b
@ -137,7 +137,7 @@ class DocumentationViewer extends Controller {
|
||||
}
|
||||
}
|
||||
|
||||
return implode(',', $undocumented);
|
||||
return implode(', ', $undocumented);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user