diff options
Diffstat (limited to 'app/view')
-rw-r--r-- | app/view/templates/edithelp.php | 2 | ||||
-rw-r--r-- | app/view/templates/media.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app/view/templates/edithelp.php b/app/view/templates/edithelp.php index ff0ade5..8f52fe2 100644 --- a/app/view/templates/edithelp.php +++ b/app/view/templates/edithelp.php @@ -1,6 +1,6 @@ <h4>update shortcut</h4> - <kbd>ALT</kbd> + <kbd>X</kbd> + <kbd>CTRL</kbd> + <kbd>S</kbd> <h4>Synthax</h4> <p> 📏<a href="https://daringfireball.net/projects/markdown/syntax" target="_blank">Markdown encoding</a> diff --git a/app/view/templates/media.php b/app/view/templates/media.php index 613efd1..1b63b16 100644 --- a/app/view/templates/media.php +++ b/app/view/templates/media.php @@ -85,7 +85,7 @@ foreach ($medialist as $media) { <td><?= $media->width() ?></td> <td><?= $media->height() ?></td> <td><?= $media->length() ?></td> - <td><code> + <td class="code"><code> <?php if($media->type() == 'image') { ?> |