deleted extra </br>

This commit is contained in:
mb863 2010-07-08 01:56:57 +00:00
parent a802685741
commit b4bb6845b1

View file

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