leave extra line between imported url and content
This commit is contained in:
		
					parent
					
						
							
								c052d68828
							
						
					
				
			
			
				commit
				
					
						2fffec912c
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -13,7 +13,7 @@ function parse_url_content(&$a) {
 | 
			
		|||
 | 
			
		||||
	$text = null;
 | 
			
		||||
 | 
			
		||||
	$template = "<a href=\"%s\" >%s</a>%s";
 | 
			
		||||
	$template = "<a href=\"%s\" >%s</a>\n%s";
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
	$arr = array('url' => $url, 'text' => '');
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue