[Groonga-commit] groonga/groonga-admin at 2806c20 [master] table show: fix a typo

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Dec 31 18:12:10 JST 2014


Kouhei Sutou	2014-12-31 18:12:10 +0900 (Wed, 31 Dec 2014)

  New Revision: 2806c202e565207e9fa3651de0265dcd8a042966
  https://github.com/groonga/groonga-admin/commit/2806c202e565207e9fa3651de0265dcd8a042966

  Message:
    table show: fix a typo

  Modified files:
    app/views/tables/show.html

  Modified: app/views/tables/show.html (+1 -1)
===================================================================
--- app/views/tables/show.html    2014-12-31 17:50:58 +0900 (8b0adfc)
+++ app/views/tables/show.html    2014-12-31 18:12:10 +0900 (0138238)
@@ -42,7 +42,7 @@
         </tr>
         <tr>
           <th>Tokenizer</th>
-          <td>{{table.normalizer}}</td>
+          <td>{{table.tokenizer}}</td>
         </tr>
         <tr>
           <th>Token filters</th>
-------------- next part --------------
HTML����������������������������...
다운로드 



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