This website works better with JavaScript.
Home
Register
Sign In
DedeBIZ
/
DedeV6
Watch
2
Star
0
Fork
0
Code
Pull Requests
0
Releases
26
Activity
Browse Source
Update member_toadmin.htm
tags/6.2.0
xushubieli
2 years ago
parent
fd7cedcee6
commit
06242e5144
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/admin/templets/member_toadmin.htm
+ 1
- 1
src/admin/templets/member_toadmin.htm
View File
@@ -49,7 +49,7 @@
<?php
echo "".$row['userid']."";
if($row['face']!='') {
echo "<img src='{$row['face']}'
width='80
'>";
echo "<img src='{$row['face']}'
style='max-width:80px;height:auto
'>";
}
?>
</td>
Write
Preview
Loading…
Cancel
Save