Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
project
drupal
Commits
5c516a5e
Commit
5c516a5e
authored
Oct 04, 2013
by
jhodgdon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue
#2104329
by pameeela, larowlan: Fix see link in Xss class
parent
c72f39ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
core/lib/Drupal/Component/Utility/Xss.php
core/lib/Drupal/Component/Utility/Xss.php
+1
-1
No files found.
core/lib/Drupal/Component/Utility/Xss.php
View file @
5c516a5e
...
...
@@ -17,7 +17,7 @@ class Xss {
*
* @var array
*
* @see \Drupal\Component\Utility\
String
::filter
Xss
Admin()
* @see \Drupal\Component\Utility\
Xss
::filterAdmin()
*/
protected
static
$adminTags
=
array
(
'a'
,
'abbr'
,
'acronym'
,
'address'
,
'article'
,
'aside'
,
'b'
,
'bdi'
,
'bdo'
,
'big'
,
'blockquote'
,
'br'
,
'caption'
,
'cite'
,
'code'
,
'col'
,
'colgroup'
,
'command'
,
'dd'
,
'del'
,
'details'
,
'dfn'
,
'div'
,
'dl'
,
'dt'
,
'em'
,
'figcaption'
,
'figure'
,
'footer'
,
'h1'
,
'h2'
,
'h3'
,
'h4'
,
'h5'
,
'h6'
,
'header'
,
'hgroup'
,
'hr'
,
'i'
,
'img'
,
'ins'
,
'kbd'
,
'li'
,
'mark'
,
'menu'
,
'meter'
,
'nav'
,
'ol'
,
'output'
,
'p'
,
'pre'
,
'progress'
,
'q'
,
'rp'
,
'rt'
,
'ruby'
,
's'
,
'samp'
,
'section'
,
'small'
,
'span'
,
'strong'
,
'sub'
,
'summary'
,
'sup'
,
'table'
,
'tbody'
,
'td'
,
'tfoot'
,
'th'
,
'thead'
,
'time'
,
'tr'
,
'tt'
,
'u'
,
'ul'
,
'var'
,
'wbr'
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment