nextcloud/apps/federatedfilesharing
Ferdinand Thiessen 29488d6a78 fix(federatedfilesharing): pre must not be a child of p
Fix the problem reported:
> [plugin vite:vue] apps/federatedfilesharing/src/components/PersonalSettings.vue: <pre> cannot be child of <p>, according to HTML specifications.
> This can cause hydration errors or potentially disrupt future functionality.

`p` only allows inline elements, but pre is none.
We either need to use `div` instead of `p` or `code` instead of `pre`.
But in this case we want a block of code, so we use `div` and inner
`<pre><code>`.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2026-01-12 10:45:58 +01:00
..
appinfo chore: Bump app versions and requirements 2025-09-04 09:11:05 +02:00
composer chore: Bump autoloader files for new composer version 2025-12-02 10:32:44 +01:00
img chore: Add SPDX header 2024-05-29 08:58:16 +02:00
l10n fix(l10n): Update translations from Transifex 2025-12-15 00:13:26 +00:00
lib feat(signed-request): moving out of unstable 2026-01-09 20:16:24 -01:00
src fix(federatedfilesharing): pre must not be a child of p 2026-01-12 10:45:58 +01:00
templates refactor(federatedfilesharing): migrate to Typescript and Vue 3 2025-12-11 19:08:44 +01:00
tests refactor(external-share): Port more code to string as type for the id 2025-12-16 10:40:09 +01:00
openapi.json refactor(external-share): Port more code to string as type for the id 2025-12-16 10:40:09 +01:00
openapi.json.license chore: Add SPDX header 2024-05-29 08:58:16 +02:00