[BUG REPORT] Reusing Page Content #529

Closed
opened 2026-02-04 20:47:19 +03:00 by OVERLORD · 2 comments
Owner

Originally created by @levest28 on GitHub (Dec 27, 2017).

For Bug Reports

  • BookStack Version (Found in settings, Please don't put 'latest'): BookStack v0.18.5
  • PHP Version: 7.0.22-0ubuntu0.16.04.1
  • MySQL Version: mysql 5.7.20, for Linux (x86_64)
Setup details:

Page A with ID 117 and an html table with ID of "bkmrk-servers1"
Page B with ID 59 and trying to reuse the content from 117.
The code to do this should be: {{@117#bkmrk-servers1}}

Expected Behavior

BookStack displays the specified table from Page A in Page B

Current Behavior

BookStack displays the contents of the specified table from Page A, in Page B, without any formatting.

Steps to Reproduce

Attempt to reference an html table from another page.

Originally created by @levest28 on GitHub (Dec 27, 2017). ### For Bug Reports * BookStack Version *(Found in settings, Please don't put 'latest')*: BookStack v0.18.5 * PHP Version: 7.0.22-0ubuntu0.16.04.1 * MySQL Version: mysql 5.7.20, for Linux (x86_64) ##### Setup details: Page A with ID 117 and an html table with ID of "bkmrk-servers1" Page B with ID 59 and trying to reuse the content from 117. The code to do this should be: {{@117#bkmrk-servers1}} ##### Expected Behavior BookStack displays the specified table from Page A in Page B ##### Current Behavior BookStack displays the contents of the specified table from Page A, in Page B, without any formatting. ##### Steps to Reproduce Attempt to reference an html table from another page.
OVERLORD added the 🐛 Bug label 2026-02-04 20:47:19 +03:00
Author
Owner

@ssddanbrown commented on GitHub (Dec 29, 2017):

@levest28 Thanks for reporting this issue. Bug confirmed and marked to be fixed for next feature release.

If you need a workaround for the meantime you can wrap the table in a <div> and move the id from the table to the new parent div.

@ssddanbrown commented on GitHub (Dec 29, 2017): @levest28 Thanks for reporting this issue. Bug confirmed and marked to be fixed for next feature release. If you need a workaround for the meantime you can wrap the table in a `<div>` and move the `id` from the table to the new parent div.
Author
Owner

@levest28 commented on GitHub (Dec 29, 2017):

Thank you, this work around is resolving our issue for the time being. Looking forward to the next update!

@levest28 commented on GitHub (Dec 29, 2017): Thank you, this work around is resolving our issue for the time being. Looking forward to the next update!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#529