update backend to the new templates
This commit is contained in:
parent
4e30986cda
commit
05be2596ea
44 changed files with 156 additions and 111 deletions
|
|
@ -299,7 +299,7 @@ export class MfmService {
|
|||
(note that the `rp` are to be ignored, they only exist
|
||||
for browsers who don't understand ruby)
|
||||
*/
|
||||
let nonRtNodes = [];
|
||||
let nonRtNodes: ChildNode[] = [];
|
||||
// scan children, ignore `rp`, split on `rt`
|
||||
for (const child of node.childNodes) {
|
||||
if (isText(child)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue