phpBB

Code Changes

File: phpbb/textformatter/s9e/utils.php

  Unmodified   Added   Modified   Removed
Line 31Line 31
		// Insert a space before <s> and <e> then remove formatting
$xml = preg_replace('#<[es]>#', ' $0', $xml);


		// Insert a space before <s> and <e> then remove formatting
$xml = preg_replace('#<[es]>#', ' $0', $xml);


		return \s9e\TextFormatter\Utils::removeFormatting($xml);

		return utf8_htmlspecialchars(\s9e\TextFormatter\Utils::removeFormatting($xml));

	}

/**

	}

/**