Skip to content

Commit

Permalink
[BUGFIX] Remove citation from around table (#1161)
Browse files Browse the repository at this point in the history
Co-authored-by: lina.wolf <[email protected]>
  • Loading branch information
github-actions[bot] and linawolf authored Mar 26, 2024
1 parent 2b29c4f commit 6bc2de6
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -312,10 +312,10 @@ This assumes that the image was stored in a FlexForm in the table
Three images in the same content element (uid 15) having the FlexForm above
would look like this in the the database table :sql:`sys_file_reference`:

===== ===== =========== ============= ============ ================== =====
uid pid uid_local uid_foreign tablenames fieldnames ...
===== ===== =========== ============= ============ ================== =====
42 120 12 15 tt_content settings.myImage ...
43 120 25 15 tt_content settings.myImage ...
44 120 128 15 tt_content settings.myImage ...
===== ===== =========== ============= ============ ================== =====
===== ===== =========== ============= ============ ================== =====
uid pid uid_local uid_foreign tablenames fieldnames ...
===== ===== =========== ============= ============ ================== =====
42 120 12 15 tt_content settings.myImage ...
43 120 25 15 tt_content settings.myImage ...
44 120 128 15 tt_content settings.myImage ...
===== ===== =========== ============= ============ ================== =====

0 comments on commit 6bc2de6

Please sign in to comment.