summaryrefslogtreecommitdiffstats
path: root/templates/part.content.shortcuts.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/part.content.shortcuts.php')
-rw-r--r--templates/part.content.shortcuts.php12
1 files changed, 9 insertions, 3 deletions
diff --git a/templates/part.content.shortcuts.php b/templates/part.content.shortcuts.php
index e557e360b..705b380f5 100644
--- a/templates/part.content.shortcuts.php
+++ b/templates/part.content.shortcuts.php
@@ -19,11 +19,15 @@
</tr>
<tr>
<td>h</td>
- <td><?php p($l->t('Star article and jump to next one')); ?></td>
+ <td>
+ <?php p($l->t('Star article and jump to next one')); ?>
+ </td>
</tr>
<tr>
<td>u</td>
- <td><?php p($l->t('Toggle keep current article unread')); ?></td>
+ <td>
+ <?php p($l->t('Toggle keep current article unread')); ?>
+ </td>
</tr>
<tr>
<td>o</td>
@@ -31,7 +35,9 @@
</tr>
<tr>
<td>e</td>
- <td><?php p($l->t('Toggle expand article in compact view')); ?></td>
+ <td>
+ <?php p($l->t('Toggle expand article in compact view')); ?>
+ </td>
</tr>
<tr>
<td>r</td>