Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
5a4a2778
Commit
5a4a2778
authored
May 25, 2010
by
Richard Mansfield
Browse files
Run clean_html over summaries in portfolio self search results
Signed-off-by:
Richard Mansfield
<
richardm@catalyst.net.nz
>
parent
2c4bdd21
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/search/internal/lib.php
View file @
5a4a2778
...
...
@@ -701,6 +701,7 @@ class PluginSearchInternal extends PluginSearch {
else
{
$newresult
[
'summary'
]
=
$newresult
[
'description'
];
}
$newresult
[
'summary'
]
=
clean_html
(
$newresult
[
'summary'
]);
$result
=
$newresult
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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