]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/templates/album_edit.tpl
Normalize field_*.tpl formatting
[friendica.git] / view / theme / frio / templates / album_edit.tpl
index f4a60b7d038716e5933959ae5f2039b6d78a7067..0b58d520d8b305f333a18cbd3bab072b69911dfe 100644 (file)
@@ -2,12 +2,12 @@
        <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>
                <div class="pull-left photo-album-edit-name">
-                       <input class="form-control" type="text" size="64" name="albumname" value="{{$album|escape:'html'}}" id="photo-album-edit-name">
+                       <input class="form-control" type="text" size="64" name="albumname" value="{{$album}}" id="photo-album-edit-name">
                </div>
 
                <div class="pull-right">
-                       <input class="btn-primary btn btn-small" id="photo-album-edit-submit" type="submit" name="submit" value="{{$submit|escape:'html'}}" />
-                       <input class="btn-primary btn btn-small" id="photo-album-edit-drop" type="submit" name="dropalbum" value="{{$dropsubmit|escape:'html'}}" onclick="return confirmDelete();" />
+                       <input class="btn-primary btn btn-small" id="photo-album-edit-submit" type="submit" name="submit" value="{{$submit}}" />
+                       <input class="btn-primary btn btn-small" id="photo-album-edit-drop" type="submit" name="dropalbum" value="{{$dropsubmit}}" onclick="return confirmDelete();" />
                </div>
        </form>
        <div class="clear"></div>