Merge pull request #321 from beardy-unixer/master
BB code [quote=somebody] fix.
This commit is contained in:
		
				commit
				
					
						c0b74b18fe
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -226,7 +226,7 @@ function bbcode($Text,$preserve_nl = false) { | ||||||
| 	$endlessloop = 0; | 	$endlessloop = 0; | ||||||
| 	while ((strpos($Text, "[/quote]")!== false)  and (strpos($Text, "[quote=") !== false) and (++$endlessloop < 20)) | 	while ((strpos($Text, "[/quote]")!== false)  and (strpos($Text, "[quote=") !== false) and (++$endlessloop < 20)) | ||||||
| 		$Text = preg_replace("/\[quote=[\"\']*(.*?)[\"\']*\](.*?)\[\/quote\]/ism", | 		$Text = preg_replace("/\[quote=[\"\']*(.*?)[\"\']*\](.*?)\[\/quote\]/ism", | ||||||
|         	                     "<br /><strong class=".'"author"'.">" . $t_wrote . "</strong><blockquote class=".'"author"'.">$2</blockquote>", |         	                     "<br /><strong class=".'"author"'.">" . $t_wrote . "</strong><blockquote>$2</blockquote>", | ||||||
|                 	             $Text); |                 	             $Text); | ||||||
| 
 | 
 | ||||||
| 	// [img=widthxheight]image source[/img]
 | 	// [img=widthxheight]image source[/img]
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue