forked from Wavyzz/dolibarr
Qual: Spelling fixes that newly appeared. (#27495)
* Qual: Spelling fixes that newly appeared. # Qual: Fix spelling erros that appeared since the bulk updates. These issues mostly appeared since the bulk updates (a few ones were postponed to make sure no real spelling errors were missed.) * Update modulebuilder.lib.php * Update pdf_standard.modules.php --------- Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
This commit is contained in:
@@ -1317,7 +1317,7 @@ function writeApiUrlsInDoc($file_api, $file_doc)
|
||||
|
||||
// build format asciidoc for urls in table
|
||||
if (!$error) {
|
||||
$asciiDocTable = "[options=\"header\"]\n|===\n|Objet | URLs\n";
|
||||
$asciiDocTable = "[options=\"header\"]\n|===\n|Object | URLs\n"; // phpcs:ignore
|
||||
foreach ($groupedUrls as $objectName => $urls) {
|
||||
$urlsList = implode(" +\n*", $urls);
|
||||
$asciiDocTable .= "|$objectName | \n*$urlsList +\n";
|
||||
|
||||
Reference in New Issue
Block a user