Version 1.8.beta3, further fixes
Pre-release
Pre-release
Fix
- Restrict the size of the column
name
in the entries table to 64 chars because the column is indexed and the column size (255 chars before, is equivalent to 1024 bytes) exceeded the maximal size of the index (768 bytes).
Change
- The HTML-structure for a code block in an entry changed from
<pre><span class="code">foo</span></pre>
to<pre><code>foo</code></pre>
, the corresponding CSS ruleset got adapted to the new element structure (#65).