parent
							
								
									3c20cfd734
								
							
						
					
					
						commit
						653d9b1721
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -31,7 +31,7 @@ const fetchRelatedRelationships = (dispatch, notifications) => { | |||
| 
 | ||||
| const unescapeHTML = (html) => { | ||||
|   const wrapper = document.createElement('div'); | ||||
|   html = html.replace(/<br \/>|<br>|\n/, ' '); | ||||
|   html = html.replace(/<br \/>|<br>|\n/g, ' '); | ||||
|   wrapper.innerHTML = html; | ||||
|   return wrapper.textContent; | ||||
| }; | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue