Skip to content
Snippets Groups Projects
Commit 9a42edcb authored by ahamelers's avatar ahamelers
Browse files

#210

parent 12ea454e
No related branches found
No related tags found
2 merge requests!60Dev,!32Shared data model
......@@ -2,7 +2,7 @@ import React from 'react'
import styled from 'styled-components'
import { Link } from '@pubsweet/ui'
import { th } from '@pubsweet/ui-toolkit'
import { A } from './ui'
import { A, HTMLString } from './ui'
const ManuscriptHead = styled.div`
display: flex;
......@@ -56,7 +56,7 @@ const SubmissionHeader = BaseComponent => ({
<ManuscriptHead>
<LeftSide>
<div>
{manuscript.id}: {manuscript.meta.title}
{manuscript.id}: <HTMLString string={manuscript.meta.title} />
</div>
</LeftSide>
<RightSide>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment