Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
masonstrap
Commits
3f064889
Commit
3f064889
authored
Mar 17, 2016
by
Thomas Park
Browse files
replace × with ×, closes #555
parent
93c52826
Changes
1
Hide whitespace changes
Inline
Side-by-side
assets/js/custom.js
View file @
3f064889
...
...
@@ -32,7 +32,7 @@
});
function
cleanSource
(
html
)
{
html
=
html
.
replace
(
/×/g
,
"
&
close
;
"
)
html
=
html
.
replace
(
/×/g
,
"
&
times
;
"
)
.
replace
(
/«/g
,
"
«
"
)
.
replace
(
/»/g
,
"
»
"
)
.
replace
(
/←/g
,
"
←
"
)
...
...
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