diff options
| author | Nathan Kinkade <nath@nkinka.de> | 2014-03-14 23:21:18 +0000 |
|---|---|---|
| committer | Nathan Kinkade <nath@nkinka.de> | 2014-03-14 23:21:18 +0000 |
| commit | c58333717119d1867371ccc20278327b856f4a33 (patch) | |
| tree | 1fcc564f5b88a95d9aca2ff8f8b158f4658262e9 | |
| parent | 55e8f950029551a760eedb697cc51b134d9d0448 (diff) | |
Fixed a grammar error.
| -rw-r--r-- | templates/index.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.tpl b/templates/index.tpl index b7de395..2bad300 100644 --- a/templates/index.tpl +++ b/templates/index.tpl @@ -6,7 +6,7 @@ <form action='food_search' method='post' id='searchForm' onsubmit='return validateSearchBox();'> <div class='standardMargins' style='text-align: justify;'> <span style="font-size: 110%; font-weight: bold;">Welcome to NutriDB.</span> - NutriDB is simple tool which allows you to view nutritional information + NutriDB is a simple tool which allows you to view nutritional information for a particular food, or calculate the nutritional profile of a whole recipe. </div> <div class='standardMargins' style='text-align: justify;'> |
