Skip to content

Commit

Permalink
Fix nomenclature panel
Browse files Browse the repository at this point in the history
  • Loading branch information
jlpereira committed Jun 6, 2023
1 parent 2f6fc0f commit 93d1cbf
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<li class="border-b border-base-muted p-3 px-5">
<span
class="break-all block"
:title="reference"
v-html="reference"
:title="reference.cached"
v-html="reference.cached"
/>
</li>
</template>
Expand Down

0 comments on commit 93d1cbf

Please sign in to comment.