Skip to content

Remove bullet list from thematic areas in table view - #2387

Open
ShrishtyJainTech wants to merge 1 commit into
qa/2.xfrom
dev/issue-2371-thematic-area-table-view
Open

Remove bullet list from thematic areas in table view#2387
ShrishtyJainTech wants to merge 1 commit into
qa/2.xfrom
dev/issue-2371-thematic-area-table-view

Conversation

@ShrishtyJainTech

Copy link
Copy Markdown
Contributor

No description provided.

<?php if (isset($doc['thematicAreas'])) { ?>
<?php foreach ($doc['thematicAreas'] as $areaTerm) { ?>
<li><?php echo render_value_inline(QubitTerm::getById($areaTerm)); ?></li>
<?php echo render_value_inline(QubitTerm::getById($areaTerm)); ?><br>

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should use a block element (such as <p> or <div>) here. Using <br /> for styling purposes should always be avoided

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Problem: Archival Institution browse in table view Thematic area should not be lists

2 participants