mirror of
https://git.boykissers.com/pawkey/pawkey-sk.git
synced 2025-12-20 04:04:16 +00:00
fix spacing (thanks linter)
This commit is contained in:
@@ -678,7 +678,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;
|
||||
|
||||
Reference in New Issue
Block a user