text icon indicating copy to clipboard operation
text copied to clipboard

collapsible does not work if summary is not on new line

Open come-nc opened this issue 1 year ago • 0 comments

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]

come-nc avatar Sep 17 '24 12:09 come-nc