summaryrefslogtreecommitdiffstats
path: root/templates/part.content.shortcuts.php
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-10-21 18:19:23 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-10-21 18:19:23 +0200
commit66c73a96ac2dda076bcfe0dc0a1ca2a7e169149d (patch)
treedc0318fa459e4f313217ee38e4bc63524513d721 /templates/part.content.shortcuts.php
parentf5e64d35c05b14016eb4fffff7199386a97a9b43 (diff)
first try to set indention limit at 80 characters in php
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>