Skip to content
GitLab
Menu
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
bfc4c85f
Commit
bfc4c85f
authored
May 07, 2009
by
Nigel McNie
Browse files
HTML clean the view description
parent
20ca5995
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/theme/default/pieforms/export.php
View file @
bfc4c85f
...
...
@@ -4,6 +4,7 @@ function export_form_cell_html($element) {
$strclicktopreview
=
get_string
(
'clicktopreview'
,
'export'
);
$previewimg
=
theme_get_url
(
'images/icon-display.png'
);
$strpreview
=
get_string
(
'Preview'
);
$element
[
'description'
]
=
clean_html
(
$element
[
'description'
]);
return
<<<EOF
<td>
{$element['html']} {$element['labelhtml']}
...
...
Write
Preview
Supports
Markdown
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