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
latoilescoute-dev
scoodle
Commits
53572dbc
Commit
53572dbc
authored
Apr 11, 2018
by
Thomas Citharel
Browse files
Merge branch 'develop' into 'master'
Version 1.1.2 See merge request framasoft/framadate!295
parents
9829c826
b2fc3a9d
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/classes/Framadate/Utils.php
View file @
53572dbc
...
...
@@ -146,9 +146,9 @@ class Utils {
$parseDown
=
new
Parsedown
();
$parseDown
->
setMarkupEscaped
(
true
)
->
setBreaksEnabled
(
true
)
->
setUrlsLinked
(
false
);
->
setSafeMode
(
true
)
;
if
(
$line
)
{
$html
=
$parseDown
->
line
(
$md
);
...
...
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