fix spacing (thanks linter)
This commit is contained in:
parent
f33aedfc9f
commit
03d9288f44
1 changed files with 1 additions and 1 deletions
|
@ -683,7 +683,7 @@ export class MfmService {
|
|||
let result = new XMLSerializer().serializeToString(body);
|
||||
|
||||
if (inline) {
|
||||
result = result.replace(/^<p>/,'').replace(/<\/p>$/,'');
|
||||
result = result.replace(/^<p>/, '').replace(/<\/p>$/, '');
|
||||
}
|
||||
|
||||
return result;
|
||||
|
|
Loading…
Reference in a new issue