Skip to content

Commit 8ee3c5f

Browse files
committed
Merge branch 'master' into self-hosted
2 parents ea5c11e + 4ee7dd8 commit 8ee3c5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tags/variable.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,15 +214,15 @@ To take action if the article list is greater than the fifth page of results, yo
214214

215215
The expression `^([6-9]|\d\d)` means: does the page value start with a 6, 7, 8, or 9, or is double digits.
216216

217-
**Option 2: Use <txp:evaluate>**
217+
**Option 2: Use evaluate**
218218

219219
~~~ html
220220
<txp:evaluate query='<txp:variable name="page" /> > 5'>
221221
This is greater than the fifth page.
222222
</txp:evaluate>
223223
~~~
224224

225-
Other tags used: [else](/tags/else), [evaluate]/tags/evaluate, [if_variable](/tags/if_variable), [page_url](/tags/page_url).
225+
Other tags used: [else](/tags/else), [evaluate](/tags/evaluate), [if_variable](/tags/if_variable), [page_url](/tags/page_url).
226226

227227
### Example 7: Link to the latest article in a section
228228

0 commit comments

Comments
 (0)