Merge pull request #6475 from tobiasd/20190120-unescapealbums

HTML unescape existing albums
这个提交包含在:
Michael Vogel 2019-01-20 18:58:46 +01:00 提交者 GitHub
当前提交 ad7b85e0ec
找不到此签名对应的密钥
GPG 密钥 ID: 4AEE18F83AFDEB23
共有 2 个文件被更改,包括 2 次插入2 次删除

查看文件

@ -14,7 +14,7 @@
<div id="photos-upload-exist-wrapper">
<div id="photos-upload-existing-album-text">{{$existalbumtext}}</div>
<select id="photos-upload-album-select" name="album" size="4">
{{$albumselect}}
{{$albumselect nofilter}}
</select>
</div>
<div id="photos-upload-exist-end"></div>

查看文件

@ -9,7 +9,7 @@
<label id="photos-upload-text" for="photos-upload-newalbum" >{{$newalbum}}</label>
<input id="photos-upload-album-select" class="form-control" placeholder="{{$existalbumtext}}" list="dl-photo-upload" type="text" name="album" size="4">
<datalist id="dl-photo-upload">{{$albumselect}}</datalist>
<datalist id="dl-photo-upload">{{$albumselect nofilter}}</datalist>
</div>
<div id="photos-upload-end" class="clearfix"></div>