Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
embl.org
html-sites
embl-jobs-pages
Commits
baba3c6e
Commit
baba3c6e
authored
Jun 24, 2021
by
Nitin Jadhav
Browse files
fixed special chars in title for list
parent
f5848972
Pipeline
#169360
passed with stages
in 21 minutes and 1 second
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
src/components/job-list/JobList.jsx
src/components/job-list/JobList.jsx
+2
-3
No files found.
src/components/job-list/JobList.jsx
View file @
baba3c6e
...
...
@@ -47,9 +47,8 @@ JobList.JobListItem = function JobListItem({ job, isIframe = false }) {
}
}
target
=
{
isIframe
?
"
_parent
"
:
"
_self
"
}
className
=
"vf-summary__link"
>
{
job
.
title
}
</
Link
>
dangerouslySetInnerHTML
=
{
{
__html
:
job
?.
title
}
}
></
Link
>
</
h3
>
<
p
className
=
"vf-summary__meta location"
>
...
...
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