Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
forena
Commits
cae9c48b
Commit
cae9c48b
authored
Mar 27, 2014
by
metzlerd
Browse files
Fixing filter problem.
parent
9ec5fdd8
Changes
1
Hide whitespace changes
Inline
Side-by-side
forena.module
View file @
cae9c48b
...
...
@@ -1335,7 +1335,7 @@ function _forena_filter_process($text='') {
// Finally replace the parameters
$find
[]
=
$match
[
0
][
$idx
];
$replace
[]
=
$output
;
$replace
[]
=
$output
[
'content'
][
'#markup'
]
;
}
return
str_replace
(
$find
,
$replace
,
$text
);
}
...
...
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