Merge pull request #57496 from nextcloud/backport/57054/stable32

[stable32] fix(federatedfilesharing): `pre` must not be a child of `p`
This commit is contained in:
Andy Scherzinger 2026-01-18 21:44:34 +01:00 committed by GitHub
commit e38c1eb1d7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 7 additions and 7 deletions

View file

@ -68,11 +68,11 @@
</a>
</p>
<p>
{{ t('federatedfilesharing', 'HTML Code:') }}
<div>
<p>{{ t('federatedfilesharing', 'HTML Code:') }}</p>
<br>
<pre>{{ htmlCode }}</pre>
</p>
<pre><code>{{ htmlCode }}</code></pre>
</div>
</template>
</NcSettingsSection>
</template>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long