diff options
author | friendica <info@friendica.com> | 2014-10-27 16:20:59 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-10-27 16:20:59 -0700 |
commit | 1b53d1c1d32072c71451cfd1a49b89ecfcd8b615 (patch) | |
tree | e3b4b241db991403bc8b057f29f88729ad163c47 /view/tpl/album_edit.tpl | |
parent | 583b445bc02c988e808742b16196e0d80391b3cc (diff) | |
parent | d192bcad65852bb9225a368d1bf42b8918ae6022 (diff) | |
download | volse-hubzilla-1b53d1c1d32072c71451cfd1a49b89ecfcd8b615.tar.gz volse-hubzilla-1b53d1c1d32072c71451cfd1a49b89ecfcd8b615.tar.bz2 volse-hubzilla-1b53d1c1d32072c71451cfd1a49b89ecfcd8b615.zip |
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'view/tpl/album_edit.tpl')
-rwxr-xr-x | view/tpl/album_edit.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/album_edit.tpl b/view/tpl/album_edit.tpl index 61653c47c..84a47378b 100755 --- a/view/tpl/album_edit.tpl +++ b/view/tpl/album_edit.tpl @@ -3,7 +3,7 @@ <label id="photo-album-edit-name-label" for="photo-album-edit-name" >{{$nametext}}</label> -<input type="text" size="64" name="albumname" value="{{$album}}" > +<input type="text" name="albumname" value="{{$album}}" > <div id="photo-album-edit-name-end"></div> |