[Groonga-commit] groonga/express-kotoumi [master] Make HTML valid

Back to archive index

YUKI Hiroshi null+****@clear*****
Wed Jan 23 13:16:00 JST 2013


YUKI Hiroshi	2013-01-23 13:16:00 +0900 (Wed, 23 Jan 2013)

  New Revision: ea8a00200abbdc58afc7791889c2c420eb6a22fe
  https://github.com/groonga/express-kotoumi/commit/ea8a00200abbdc58afc7791889c2c420eb6a22fe

  Log:
    Make HTML valid

  Modified files:
    views/index.ejs

  Modified: views/index.ejs (+1 -1)
===================================================================
--- views/index.ejs    2013-01-23 13:11:29 +0900 (fe42689)
+++ views/index.ejs    2013-01-23 13:16:00 +0900 (9e3ddb3)
@@ -8,7 +8,7 @@
     <script type="text/javascript" src="<%= prefix %>/bootstrap/js/bootstrap.min.js"></script>
   </head>
   <body>
-    Hello!
+    <p>Hello!</p>
   </body>
 </html>
 
-------------- next part --------------
HTML����������������������������...
Descargar 



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