Skip to content

Commit 1fc1415

Browse files
committed
switched to MSparts for search results
1 parent 8a3e776 commit 1fc1415

4 files changed

Lines changed: 331 additions & 58 deletions

File tree

dev-browse.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ <h2>Browse Manuscripts</h2>
335335
${item.extent ? `| ${formatValue(item.extent, 'extent')} ` : ''}
336336
</p>
337337
${item.classification ? `Classification: ${formatValue(item.classification, 'classification')}` : ''}
338-
<p id="content-${index}"><span class="syriac">${displayContent}</span>${truncated ? `... <a href="#" class="show-more" data-index="${index}" data-full="${contentSummary}">Show more</a>` : ''}</p>
338+
<p id="content-${index}"><span class="syriac tei-quote" lang="syr">Syriac Content:${displayContent}</span>${truncated ? `... <a href="#" class="show-more" data-index="${index}" data-full="${contentSummary}">...</a>` : ''}</p>
339339
</div>
340340
`}).join('');
341341

0 commit comments

Comments
 (0)