[Groonga-commit] droonga/droonga.org at c359226 [gh-pages] Fix indent of html snippet

Back to archive index

Yoji Shidara null+****@clear*****
Wed Aug 28 18:54:34 JST 2013


Yoji Shidara	2013-08-28 18:54:34 +0900 (Wed, 28 Aug 2013)

  New Revision: c35922606e637df5687eaf625b1ace67595b208d
  https://github.com/droonga/droonga.org/commit/c35922606e637df5687eaf625b1ace67595b208d

  Message:
    Fix indent of html snippet

  Modified files:
    tutorial/index.md

  Modified: tutorial/index.md (+4 -4)
===================================================================
--- tutorial/index.md    2013-08-28 18:41:46 +0900 (c3d6532)
+++ tutorial/index.md    2013-08-28 18:54:34 +0900 (363a255)
@@ -394,8 +394,8 @@ index.html:
           }});
         </script>
       </head>
-    <body>
-    </body>
+      <body>
+      </body>
     </html>
 
 `socket.emit()` でクエリを送信します。クエリの処理が完了し、結果が戻ってくると、 `socket.on('search.result', ...)` のコールバックが呼ばれ、alert にその結果が表示されます。
@@ -449,8 +449,8 @@ Web ブラウザから Socket.IO 経由でリクエストが frontend に送信
           }});
         </script>
       </head>
-    <body>
-    </body>
+      <body>
+      </body>
     </html>
 
 ブラウザで再度 `http://192.168.33.10:3000` を開くと、以下のような検索結果が alert で表示されます。
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index