This commit is contained in:
Christophe HENRY 2021-03-06 00:34:16 +01:00
parent bf7a2ec379
commit c66bb76b00
2 changed files with 2 additions and 1 deletions

1
TODO
View File

@ -21,3 +21,4 @@
* Text localisation
* Search all cases where a narrow no-break space would apply
* Manage logging (cache refresh, debug)
* Split the main loop in two: one part to decode the text to internal language, the other to make the HTML

View File

@ -177,7 +177,7 @@ foreach ($fileLines as $line) {
echo "<li>&nbsp;\n";
} else {
htmlPrepare($li);
if ($mode_textAttributes xor $mode_textAttributes_temp) addTextAttributes($line);
if ($mode_textAttributes xor $mode_textAttributes_temp) addTextAttributes($li);
echo "<li>".$li."\n";
}
} else {