Skip to content
Snippets Groups Projects
Commit 9f3d653e authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Add missing space to JSDOC HTML output

parent 5f52f135
No related branches found
No related tags found
No related merge requests found
Pipeline #7367 passed
......@@ -4624,7 +4624,7 @@ static jsSyncMethodSpec js_bbs_functions[] = {
},
/* text.dat */
{"text", js_text, 1, JSTYPE_STRING, JSDOCSTR("<i>number</i> index or <i>string</i> id [,<i>bool</i> default_text=false]")
,JSDOCSTR("Return current text string (specified via 1-based string index number or identifier string)"
,JSDOCSTR("Return current text string (specified via 1-based string index number or identifier string) "
"from <tt>text.dat</tt>, <tt>text.ini</tt> or replacement text or <i>null</i> upon error"
"<p>"
"<i>New in v3.20:</i><br>"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment