Skip to content

Commit

Permalink
Merge pull request #264 from PDOK/PDOK/collection_keywords_breaks
Browse files Browse the repository at this point in the history
fix(html): correctly break keywords on collection page
  • Loading branch information
kad-korpem authored Dec 12, 2024
2 parents 4b1b6cb + 9512a5e commit 5f45017
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/ogc/common/geospatial/templates/collection.go.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ <h1 class="title h2" id="title">{{ .Config.Title }} - {{ if and .Params.Metadata
<td class="w-25 text-nowrap fw-bold">
{{ i18n "Keywords" }}:
</td>
<td>
<td class="text-break">
{{ .Params.Metadata.Keywords | join ", " }}
</td>
</tr>
Expand Down Expand Up @@ -221,4 +221,4 @@ <h2 class="card-header h5">

</div>
<!-- end specific part per OGC spec -->
{{end}}
{{end}}

0 comments on commit 5f45017

Please sign in to comment.