mirror of
https://tildegit.org/sbgodin/HtmGem.git
synced 2023-08-25 13:53:12 +02:00
WIP
This commit is contained in:
parent
bf7a2ec379
commit
c66bb76b00
1
TODO
1
TODO
@ -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
|
||||
|
@ -177,7 +177,7 @@ foreach ($fileLines as $line) {
|
||||
echo "<li> \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 {
|
||||
|
Loading…
Reference in New Issue
Block a user