Skip to content

collapsible does not work if summary is not on new line #6414

@come-nc

Description

@come-nc

Describe the bug

This is not supported:

<details><summary>title</summary>

content

</details>

But this is:

<details>
<summary>title</summary>

content

</details>

This is especially visible because we use the former for our support reports.

Server details:

  • Nextcloud version: master
  • PHP Version: [e.g. 8.2]
  • Database: [e.g. MariaDB 10.6]

Client details:

  • OS: [e.g. Windows/macOS/Ubuntu]
  • Browser: [e.g. Firefox, Chrome]
  • Browser version: [e.g. 22]
  • Device: [e.g. iPhone6, desktop]

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

Status

☑️ Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions