Skip to content

Version 1.8.beta3, further fixes

Pre-release
Pre-release
Compare
Choose a tag to compare
@auge8472 auge8472 released this 28 Nov 01:29
· 7 commits to trunk since this 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).