We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f6c0c4 commit 34b939bCopy full SHA for 34b939b
cds/modules/records/static/templates/cds_records/keywords.html
@@ -6,7 +6,7 @@ <h3 class="cds-title-section-decoration bt bw-1 pt-10 mb-20"><i class="fa fa-tag
6
<div class="cds-tags cds-keywords">
7
<ul>
8
<li ng-repeat="keyword in record.metadata.keywords">
9
- <a ng-href='/search?q=keywords.name:"{{ keyword.name }}"'>{{ keyword.name }}</a>
+ <a ng-href='/search?q=keywords.name:"{{ keyword.name.replace(/"/g, '\\"') }}"'>{{ keyword.name }}</a>
10
</li>
11
</ul>
12
</div>
0 commit comments