deleted extra </br>
This commit is contained in:
parent
a802685741
commit
b4bb6845b1
1 changed files with 1 additions and 1 deletions
|
@ -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)">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue