<?php

class brInSubcurrent extends JlogPlugin
{
	function hook_onUpdate($data)
	{
		$data['sub'] = str_replace(" <a", "<br /><a", $data['sub']);
		return $data;
	}
}
?>
