All pastes #2076013 Raw Edit

Miscellany

public php v1 · immutable
#2076013 ·published 2011-06-07 07:21 UTC
rendered paste body
	function code_callback($matches) {		$return = '<span style="white-space: pre !important;font-family: monospace !important;">'		. str_replace('<br />', '', $matches[1]) .		'</span>';				return $return;	}