]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/album_edit.tpl
Merge pull request #11455 from annando/update-avatar
[friendica.git] / view / templates / album_edit.tpl
index b6f24ec3b292ac182e618274dbe7b899dbc68e8d..dd4459fe9efed263fd977b0d8965d41b08440d05 100644 (file)
@@ -1,10 +1,10 @@
 
 <div id="photo-album-edit-wrapper">
-<form name="photo-album-edit-form" id="photo-album-edit-form" action="photos/{{$nickname}}/album/{{$hexalbum}}" method="post" >
+<form name="photo-album-edit-form" id="photo-album-edit-form" action="photos/{{$nickname}}/album/{{$hexalbum}}" method="post">
 
 
-<label id="photo-album-edit-name-label" for="photo-album-edit-name" >{{$nametext}}</label>
-<input type="text" size="64" name="albumname" value="{{$album}}" >
+<label id="photo-album-edit-name-label" for="photo-album-edit-name">{{$nametext}}</label>
+<input type="text" size="64" name="albumname" value="{{$album}}">
 
 <div id="photo-album-edit-name-end"></div>
 
@@ -12,4 +12,4 @@
 
 </form>
 </div>
-<div id="photo-album-edit-end" ></div>
+<div id="photo-album-edit-end"></div>