소스 검색

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">
     <h1>404 Not found <small>Oh crap!</small></h1>
     <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>
 {include="page.footer"}
 </body>