We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd161b2 commit 597295eCopy full SHA for 597295e
1 file changed
client/src/views/About.vue
@@ -67,7 +67,9 @@
67
<hr />
68
<b>License text:</b><br />
69
<div v-if="licenseTexts.get(license.name)">
70
- {{ licenseTexts.get(license.name) }}
+ <pre>
71
+ {{ licenseTexts.get(license.name) }}
72
+ </pre>
73
</div>
74
<div v-else-if="licenseTexts.get(license.name) === null">
75
{{t('not_found')}}
0 commit comments