We all need our hobbies, if smelling bugs is yours thats cool 
Anyway not a bug, just a difference of opinion.. 
		// Generally we don't want to render inside of these tags ...
		$disallow = array(
			'quote' => 1,
			'code' => 1,
			'nobbc' => 1,
			'html' => 1,
			'php' => 1,
		);
		// Want to see them in quotes eh?
		if (!empty($modSettings['attachment_inline_quotes']))
		{
			unset($disallow['quote']);
		}
We (I) may have forgotten to add that $modSettings option to the ACP or its off on this site ... or simply remove the quote line in the disallow array in ila.integrate and all should be good ..