mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-15 03:46:39 +00:00
minor #1566 fixed alphabetic order in lists of filters and tags (craue)
This PR was merged into the 1.16-dev branch.
Discussion
----------
fixed alphabetic order in lists of filters and tags
My eyes needed more time than expected to find the `upper` filter, so this should help. 😏
Commits
-------
ba04803 fixed alphabetic order in lists of filters and tags
This commit is contained in:
@@ -20,10 +20,9 @@ Filters
|
||||
last
|
||||
length
|
||||
lower
|
||||
merge
|
||||
nl2br
|
||||
number_format
|
||||
merge
|
||||
upper
|
||||
raw
|
||||
replace
|
||||
reverse
|
||||
@@ -34,4 +33,5 @@ Filters
|
||||
striptags
|
||||
title
|
||||
trim
|
||||
upper
|
||||
url_encode
|
||||
|
||||
+1
-1
@@ -6,10 +6,10 @@ Tags
|
||||
|
||||
autoescape
|
||||
block
|
||||
filter
|
||||
do
|
||||
embed
|
||||
extends
|
||||
filter
|
||||
flush
|
||||
for
|
||||
from
|
||||
|
||||
Reference in New Issue
Block a user