nextcloud/apps
Ferdinand Thiessen aaeddcee21 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>

[skip ci]
2026-01-18 18:48:54 +01:00
..
admin_audit feat(admin_audit): Log cache insert/delete to audit log 2025-12-02 14:32:25 +00:00
cloud_federation_api fix(ocm): fully disable signed request on config 2025-12-18 16:26:20 -01:00
comments fix(l10n): Update translations from Transifex 2026-01-16 00:13:57 +00:00
contactsinteraction fix(l10n): Update translations from Transifex 2025-10-11 00:13:23 +00:00
dashboard fix(l10n): Update translations from Transifex 2026-01-16 00:13:57 +00:00
dav Merge pull request #57516 from nextcloud/backport/57510/stable32 2026-01-18 18:46:26 +01:00
encryption fix(l10n): Update translations from Transifex 2026-01-18 00:13:33 +00:00
federatedfilesharing fix(federatedfilesharing): pre must not be a child of p 2026-01-18 18:48:54 +01:00
federation fix(l10n): Update translations from Transifex 2026-01-18 00:13:33 +00:00
files fix(l10n): Update translations from Transifex 2026-01-18 00:13:33 +00:00
files_external fix: make smb auth failure on forbidden exception more reliable 2026-01-18 17:06:11 +01:00
files_reminders fix(l10n): Update translations from Transifex 2026-01-17 00:13:42 +00:00
files_sharing fix(l10n): Update translations from Transifex 2026-01-14 00:14:04 +00:00
files_trashbin fix(l10n): Update translations from Transifex 2026-01-13 00:14:04 +00:00
files_versions fix(l10n): Update translations from Transifex 2025-12-04 00:14:12 +00:00
lookup_server_connector fix(l10n): Update translations from Transifex 2025-10-11 00:13:23 +00:00
oauth2 fix(l10n): Update translations from Transifex 2026-01-13 00:14:04 +00:00
profile fix(l10n): Update translations from Transifex 2025-11-17 00:13:33 +00:00
provisioning_api fix(l10n): Update translations from Transifex 2025-12-04 00:14:12 +00:00
settings fix(l10n): Update translations from Transifex 2026-01-18 00:13:33 +00:00
sharebymail fix(l10n): Update translations from Transifex 2026-01-15 00:14:07 +00:00
systemtags fix(l10n): Update translations from Transifex 2026-01-13 00:14:04 +00:00
testing fix: Fix caching routes by users with an active session 2025-12-15 09:53:32 +00:00
theming fix(l10n): Update translations from Transifex 2026-01-01 00:13:30 +00:00
twofactor_backupcodes fix(l10n): Update translations from Transifex 2025-12-31 00:14:10 +00:00
updatenotification fix(l10n): Update translations from Transifex 2026-01-10 00:27:20 +00:00
user_ldap fix(l10n): Update translations from Transifex 2026-01-18 00:13:33 +00:00
user_status fix(l10n): Update translations from Transifex 2026-01-13 00:14:04 +00:00
weather_status fix(l10n): Update translations from Transifex 2025-12-08 00:13:33 +00:00
webhook_listeners fix(l10n): Update translations from Transifex 2025-12-25 00:13:43 +00:00
workflowengine fix(l10n): Update translations from Transifex 2026-01-14 00:14:04 +00:00