Bug 32030: I18N rewrite - Fix html comment for xgettext
Aborted (core dumped) Signed-off-by: Jonathan Field <jonathan.field@ptfs-europe.com> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
5d6de5d437
commit
9bc4df19ed
1 changed files with 2 additions and 1 deletions
|
@ -37,7 +37,8 @@
|
|||
<li v-if="false">
|
||||
<label>{{ $__("External ID") }}:</label>
|
||||
<span>
|
||||
<!-- FIXME Create a syspref to store the URL -->
|
||||
<span v-if="false">FIXME - Does not replace this v-if with an HTML comment, it breaks xgettext</span>
|
||||
<span v-if="false">FIXME - Create a syspref to store the URL</span>
|
||||
<a
|
||||
:href="`https://replace_with_syspref_value_here.folio.ebsco.com/eholdings/packages/${erm_package.vendor.external_id}-${erm_package.external_id}`"
|
||||
>
|
||||
|
|
Loading…
Reference in a new issue