Skip to content
Snippets Groups Projects
Commit 1e605feb authored by andi's avatar andi
Browse files

fixed broken images

darcs-hash:20050321184603-9977f-bbf83118ddc8444bc98f5b68e96558177f0d3d15.gz
parent ae3f2134
No related branches found
No related tags found
No related merge requests found
......@@ -343,6 +343,9 @@ function format_link_media($link){
if($pos !== false){
$src = substr($link['name'],0,$pos);
$param = substr($link['name'],$pos+1);
}else{
$src = $link['name'];
$param = '';
}
//parse width and height
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment