Quellcode durchsuchen

delete unnecesary spaces

kaoritokashiki vor 6 Jahren
Ursprung
Commit
c34d5f2928
1 geänderte Dateien mit 8 neuen und 8 gelöschten Zeilen
  1. 8 8
      src/server/views/modal/shortcuts.html

+ 8 - 8
src/server/views/modal/shortcuts.html

@@ -16,15 +16,15 @@
             <table class="table">
             <table class="table">
               <tr>
               <tr>
                 <th>{{ t('modal_shortcuts.global.Open/Close shortcut help') }}:</th>
                 <th>{{ t('modal_shortcuts.global.Open/Close shortcut help') }}:</th>
-                <td ><span class="key cmd-key"></span> + <span class="key">/</span></td>
+                <td><span class="key cmd-key"></span> + <span class="key">/</span></td>
               </tr>
               </tr>
               <tr>
               <tr>
                 <th>{{ t('modal_shortcuts.global.Create Page') }}:</th>
                 <th>{{ t('modal_shortcuts.global.Create Page') }}:</th>
-                <td ><span class="key">C</span></td>
+                <td><span class="key">C</span></td>
               </tr>
               </tr>
               <tr>
               <tr>
                 <th>{{ t('modal_shortcuts.global.Edit Page') }}:</th>
                 <th>{{ t('modal_shortcuts.global.Edit Page') }}:</th>
-                <td ><span class="key">E</span></td>
+                <td><span class="key">E</span></td>
               </tr>
               </tr>
               <tr>
               <tr>
                 <th>{{ t('modal_shortcuts.global.Show Contributors') }}:</th>
                 <th>{{ t('modal_shortcuts.global.Show Contributors') }}:</th>
@@ -46,7 +46,7 @@
             <table class="table">
             <table class="table">
               <tr>
               <tr>
                 <th>{{ t('modal_shortcuts.editor.Indent') }}:</th>
                 <th>{{ t('modal_shortcuts.editor.Indent') }}:</th>
-                <td ><span class="key key-longer">Tab</span></td>
+                <td><span class="key key-longer">Tab</span></td>
               </tr>
               </tr>
               <tr>
               <tr>
                 <th>{{ t('modal_shortcuts.editor.Outdent') }}:</th>
                 <th>{{ t('modal_shortcuts.editor.Outdent') }}:</th>
@@ -54,11 +54,11 @@
               </tr>
               </tr>
               <tr>
               <tr>
                 <th>{{ t('modal_shortcuts.editor.Save Page') }}:</th>
                 <th>{{ t('modal_shortcuts.editor.Save Page') }}:</th>
-                <td ><span class="key cmd-key"></span> + <span class="key">S</span></td>
+                <td><span class="key cmd-key"></span> + <span class="key">S</span></td>
               </tr>
               </tr>
               <tr>
               <tr>
                 <th>{{ t('modal_shortcuts.editor.Delete Line') }}:</th>
                 <th>{{ t('modal_shortcuts.editor.Delete Line') }}:</th>
-                <td ><span class="key cmd-key"></span> + <span class="key">D</span></td>
+                <td><span class="key cmd-key"></span> + <span class="key">D</span></td>
               </tr>
               </tr>
             </table>
             </table>
           </div><!-- /.col-lg-6 -->
           </div><!-- /.col-lg-6 -->
@@ -76,11 +76,11 @@
             <table class="table">
             <table class="table">
               <tr>
               <tr>
                 <th>{{ t('modal_shortcuts.commentform.Post') }}:</th>
                 <th>{{ t('modal_shortcuts.commentform.Post') }}:</th>
-                <td ><span class="key cmd-key"></span> + <span class="key key-longer">{% include '../widget/icon-keyboard-return-enter.html' %}</span></td>
+                <td><span class="key cmd-key"></span> + <span class="key key-longer">{% include '../widget/icon-keyboard-return-enter.html' %}</span></td>
               </tr>
               </tr>
               <tr>
               <tr>
                 <th>{{ t('modal_shortcuts.editor.Delete Line') }}:</th>
                 <th>{{ t('modal_shortcuts.editor.Delete Line') }}:</th>
-                <td ><span class="key cmd-key"></span> + <span class="key">D</span></td>
+                <td><span class="key cmd-key"></span> + <span class="key">D</span></td>
               </tr>
               </tr>
             </table>
             </table>
           </div><!-- /.col-lg-6 -->
           </div><!-- /.col-lg-6 -->