Commit d01c959 1 parent b9ac46f commit d01c959 Copy full SHA for d01c959
File tree 2 files changed +2
-1
lines changed
themes/grav/templates/forms/fields/pages
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 6
6
* Allow to fallback to ` docs: ` instead of ` readme: `
7
7
* Backported finder/pages navigation from 1.10 (you will still need 1.10 for the fancy Parent Picker)
8
8
* Forward a ` sid ` to GPM when downloading a premium package
9
+ * Escape page title in ` pages ` field
9
10
10
11
# v1.9.17
11
12
## 10/07/2020
Original file line number Diff line number Diff line change 10
10
{% endif %}
11
11
12
12
{% for page_route , option in pages_list %}
13
- <option {% if page_route == value or (field .multiple and page_route in value ) %}selected =" selected" {% endif %} value =" {{ page_route }}" >{{ option | raw }}</option >
13
+ <option {% if page_route == value or (field .multiple and page_route in value ) %}selected =" selected" {% endif %} value =" {{ page_route }}" >{{ option }}</option >
14
14
{% endfor %}
15
15
{% endmacro %}
16
16
You can’t perform that action at this time.
0 commit comments