deleted image attributes for width and height, so preexisting images are displayed correctly

This commit is contained in:
mb863 2010-07-09 19:08:11 +00:00
parent e78d6923db
commit 3fa97c16f1

View file

@ -22,7 +22,7 @@ ${stylesheets.addFromTheme("/uploadImages.css")}
<h2>Photo Upload</h2>
<div id="photoUploadDefaultImageContainer">
<h6>Current Photo</h6>
<img src="${thumbnailUrl}" width="115" height="115" />
<img src="${thumbnailUrl}" />
<a href='javascript:delete_photo("${deleteUrl}");'>Delete photo</a></div>
<div id="photoUploadForm">
<form action="${formAction}" enctype="multipart/form-data" method="post">