Topic on Project:Support desk

API - How to do bullet points

2
Desbrina1 (talkcontribs)

I'm having trouble trying to do bullet points using the API, I can't work out how to get it to do the new line, everything ends up on the same line.


I've tried using

$maps[] = "* " . $mapName . "<br/>";

$maps[] = "* " . $mapName . "\n";

$maps[] = "* " . $mapName . "\r\n";


None of which work

Bawolff (talkcontribs)

Please show full code.

Reply to "API - How to do bullet points"