mirror of
https://github.com/silverstripe/silverstripe-docsviewer
synced 2024-10-22 09:05:56 +00: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…
x
Reference in New Issue
Block a user