Skip to content

Commit 046bcf2

Browse files
authored
Merge pull request #603 from ExpressionEngine/7.dev
7 dev to .x
2 parents 0ac550d + 57ed9bd commit 046bcf2

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

docs/add-ons/query.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ NOTE: **Note:** The default values of `parse_files=` and `parse_bases=` can be o
107107

108108
In case you select a table which stores site settings, the returned value may have `{base_` variables. To parse them, enable the `parse_bases` parameter:
109109

110-
```html
110+
```
111111
<table>
112112
<thead>
113113
<tr>
@@ -129,7 +129,8 @@ In case you select a table which stores site settings, the returned value may ha
129129
{/exp:query}
130130
</tbody>
131131
</table>
132-
=======
132+
```
133+
133134

134135

135136
NOTE: **Note:** The default values of `parse_files=` and `parse_bases=` can be override using [`parse_variables_query_results_by_default`](/general/system-configuration-overrides.md#parse_variables_query_results_by_default)

docs/installation/changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
- Resolved [#2842](https://github.com/ExpressionEngine/ExpressionEngine/issues/2842) where channel form with HTML buttons could show notices when using PHP 8.1
3232
- Resolved [#2207](https://github.com/ExpressionEngine/ExpressionEngine/issues/2207) where the bug report link was incorrect
3333
- Resolved [#2822](https://github.com/ExpressionEngine/ExpressionEngine/issues/2822), [#2678](https://github.com/ExpressionEngine/ExpressionEngine/issues/2678) where some custom fields were not properly parsed in Live Preview mode
34-
- Resolved [#3093](https://github.com/ExpressionEngine/ExpressionEngine/issues/3093) where deprecation message could be shown when editing member using PHP 8.1
34+
- Resolved [#3093](https://github.com/ExpressionEngine/ExpressionEngine/issues/3093) where deprecation message could be shown when editing members using PHP 8.1
3535
- Resolved [#3116](https://github.com/ExpressionEngine/ExpressionEngine/issues/3116) where navigating File Picker from Category edit page caused PHP error
3636
- [Error](https://github.com/ExpressionEngine/ExpressionEngine/pull/3142/commits/66a49d823363edb22dbdb5d9c1317e486ecb9521) with empty custom member fields
3737
- [Improved preformance](https://github.com/ExpressionEngine/ExpressionEngine/pull/3142/commits/5754ec61854633ae30fcafb5cbd4b8778af174d1) on member list tag

0 commit comments

Comments
 (0)