mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
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:
commit
e38c1eb1d7
3 changed files with 7 additions and 7 deletions
|
|
@ -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
Loading…
Reference in a new issue