mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-10-31 05:24:13 +00:00 
			
		
		
		
	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…
	
	Add table
		
		Reference in a new issue