瀏覽代碼

Merge pull request #448 from shaarli/whitespace

remove whitespace
Arthur 8 年之前
父節點
當前提交
423e2a8b13
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tpl/404.html

+ 1 - 1
tpl/404.html

@@ -10,7 +10,7 @@
 <div class="error-container">
 <div class="error-container">
     <h1>404 Not found <small>Oh crap!</small></h1>
     <h1>404 Not found <small>Oh crap!</small></h1>
     <p>{$error_message}</p>
     <p>{$error_message}</p>
-    <p>Would you mind <a href="?">clicking here</a> ?</p>
+    <p>Would you mind <a href="?">clicking here</a>?</p>
 </div>
 </div>
 {include="page.footer"}
 {include="page.footer"}
 </body>
 </body>