Hi Mark,
Apologies for the delay. I have the files that should reproduce the error
for you.
The imageTopWrapper.jsp loads the articleBody.tag. Then inside the
articleBody.tag file the following
section loads class names into the class attributes.
<article data-mrf-article="${section.name}${fn:length(item.uri) == 0 ?
item.id : item.detailItem.id}"
data-mrf-section="${section.name}"
data-mrf-section-title="${section.title}"
data-mrf-sectionId="${linkedItem == null ? section.name :
'articleLink'}"
data-mrf-extracted="${item.isExtracted()}"
data-mrf-uri="${item.uri}"
data-mrf-layout="${layout}#${position}"
data-mrf-headline="${headline}"
data-shortcut="navigationLevel:open:details"
<c:if test="${not
avoidTransitioner}">data-mrf-transitioner="${transitioner}"</c:if>
<c:if test="${not empty
virtualPageId}">data-mrf-virtualpageid="${virtualPageId}"</c:if>
class="${articleClass} ${imageClassName} ${pocketClassName}">
This is the correct output when the trimSpaces flag is not enabled.
class="mrf-article mrf-article--photo mrf-page mrf-noFillet mrf-author
mrf-m mrf-image ">
This is the output after it is enabled
class="mrf-article mrf-article--photo mrf-page mrf-noFillet mrf-author
mrf-mmrf-image">
I have attached the two necessary files.
Hopefully this can reproduce the error for you
Thanks
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]