Merge pull request #6475 from tobiasd/20190120-unescapealbums

HTML unescape existing albums
Bu işleme şunda yer alıyor:
Michael Vogel 2019-01-20 18:58:46 +01:00 işlemeyi yapan: GitHub
işleme ad7b85e0ec
Veri tabanında bu imza için bilinen anahtar bulunamadı
GPG Anahtar Kimliği: 4AEE18F83AFDEB23
2 değiştirilmiş dosya ile 2 ekleme ve 2 silme

Dosyayı Görüntüle

@ -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>

Dosyayı Görüntüle

@ -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>