HTML unescape existing albums
When uploading a new photo the selection list for chosing existing albums was not shown. With this PR it is now again.xj Part of #6208
This commit is contained in:
parent
6aebece494
commit
6e258fc760
2 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue