Profile HTML Fix
0.1
solves an html syntax bug in Profile.pl
Pyrrhon
http://www.philtalk.de
Sources/Profile.pl
$yymain .= qq~
~;
$yymain .= qq~
~;
if ($memsettings[13] =~ /^\http:\/\// ) {
if ($userpic_width ne 0) { $tmp_width = "width=$userpic_width"; } else { $tmp_width=""; }
if ($userpic_height ne 0) { $tmp_height = "height=$userpic_height"; } else { $tmp_height=""; }
$pic = qq~~;
$pic = qq~
~;
}
else {
$pic = qq~~;
$pic = qq~
~;
}
if ($memsettings[13] =~ /^\http:\/\// ) {
if ($userpic_width ne 0) { $tmp_width = "width=$userpic_width"; } else { $tmp_width=""; }
if ($userpic_height ne 0) { $tmp_height = "height=$userpic_height"; } else { $tmp_height=""; }
$pic = qq~~;
$pic .= qq~
~;
}
else {
$pic = qq~~;
$pic .= qq~
~;
}