Vergleich inc/class_parser.php - 1.8.0 - 1.8.2

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 1434Zeile 1434
			$name = $url;
}


			$name = $url;
}


		$link = "<a href=\"{$url}\" target=\"_blank\">{$name}</a>";

		$link = "<a href=\"".urlencode($url)."\" target=\"_blank\">{$name}</a>";

		$video = $lang->sprintf($lang->posted_video, $link);
return $video;
}

		$video = $lang->sprintf($lang->posted_video, $link);
return $video;
}

Zeile 1558Zeile 1558
	function mycode_prepare_list($matches)
{
// Append number to identify matching list tags

	function mycode_prepare_list($matches)
{
// Append number to identify matching list tags

		if($matches[1] == '[/list]')

		if(strcasecmp($matches[1], '[/list]') == 0)

		{
$count = array_pop($this->list_elements);
if($count !== NULL)

		{
$count = array_pop($this->list_elements);
if($count !== NULL)