Parse markers for other record types
This commit is contained in:
@@ -32,11 +32,11 @@ export class NotConserved {
|
||||
<span class="icon has-text-link">
|
||||
<i class="fa fa-map"></i>
|
||||
</span>
|
||||
<strong>Località generica:</strong> ${this._data.genericLocation}
|
||||
<strong>Località generica:</strong> ${Utils.parseMarkers(this._data.genericLocation)}
|
||||
</p>
|
||||
<p class="mt-4 pl-2 pr-5">
|
||||
<strong class="pb-3">Descrizione</strong></br>
|
||||
${this._data.shortDescription}
|
||||
${Utils.parseMarkers(this._data.shortDescription)}
|
||||
</p>
|
||||
<p class="mt-4 pl-2 pr-5">
|
||||
<span class="icon has-text-link">
|
||||
|
||||
Reference in New Issue
Block a user