Untitled diff
5 removals
Lines | |
---|---|
Total | 6 |
Removed | -66.7%4 |
Words | |
Total | 14 |
Removed | -57.1%8 |
6 lines
3 additions
Lines | |
---|---|
Total | 4 |
Added | +50.0%2 |
Words | |
Total | 14 |
Added | +57.1%8 |
4 lines
$bild = $voninfo["Bild"];
$bild = $voninfo["Bild"];
$url = $bild;
$img = '<img src="' . $bild . '">';
echo $img;
echo $img;
$img = "<img src=".$url;">";