Removed double quotes.
This commit is contained in:
parent
113a0f9165
commit
3d3881592b
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
<#if rubrics?? && rubrics?has_content>
|
||||
<#list rubrics as rubric>
|
||||
<li role="listitem" style="list-style:none;">
|
||||
<a href="${urls.base}/individual?uri=${rubric.rubricID?url}"">${rubric.rubricName}</a>
|
||||
<a href="${urls.base}/individual?uri=${rubric.rubricID?url}">${rubric.rubricName}</a>
|
||||
</li>
|
||||
</#list>
|
||||
</#if>
|
||||
|
|
Loading…
Add table
Reference in a new issue