πŸ‡¨πŸ‡¦Canada @djdemonNet

Account created on 23 March 2022, over 2 years ago
#

Recent comments

πŸ‡¨πŸ‡¦Canada djdemonNet

There is a small change for PHP 8.3

πŸ‡¨πŸ‡¦Canada djdemonNet

So, to easily solve it possible with CSS:

.divTable {
  display: table;
  width: 100%;
}

.divTableBody {
  display: table-row-group;
}

.divTableRow {
  display: table-row;
}

.divTableCell,
.divTableHead {
  display: table-cell;
}
<div class="divTable">
  <div class="divTableBody">
    <div class="divTableRow">
      <div class="divTableCell">Asistentes</div>
      <div class="divTableCell">Cosistentes</div>
    </div>
    <div class="divTableRow">
      <div class="divTableCell">1</div>
      <div class="divTableCell">2</div>
      <div class="divTableCell">3</div>
    </div>
  </div>
</div>
πŸ‡¨πŸ‡¦Canada djdemonNet

The same issue with all HTML markup.

πŸ‡¨πŸ‡¦Canada djdemonNet

I have the same case. The problem with the DB prefix is that it doesn't exist in the query.

πŸ‡¨πŸ‡¦Canada djdemonNet

I created a MR to fix an additional issue name of the test class. To run the test on D10 and the name class must be "Test", but not "Tests".

πŸ‡¨πŸ‡¦Canada djdemonNet

djdemonNet β†’ made their first commit to this issue’s fork.

Production build 0.71.5 2024