Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Tenzing
/
Tz Tools
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
019fac03
authored
2019-05-08 15:21:44 -0400
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
ee
1 parent
b6247d5b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
com/Notifications/Admin.php
com/Notifications/Admin.php
View file @
019fac0
...
...
@@ -553,6 +553,6 @@ function strip_word_html($text, $allowed_tags = '<b><i><sup><sub><em><strong><u>
$text
=
preg_replace
(
'/(?:width\=\"\d*\")\S/mxi'
,
'>'
,
$text
);
$text
=
preg_replace
(
'/(?:width\=\"\d*%\")\S/mxi'
,
'>'
,
$text
);
return
$text
;
}
...
...
Please
register
or
sign in
to post a comment