diff options
| author | John J. Camilleri <john@digitalgrammars.com> | 2021-08-12 10:05:45 +0200 |
|---|---|---|
| committer | John J. Camilleri <john@digitalgrammars.com> | 2021-08-12 10:05:45 +0200 |
| commit | e477ce4b1fbc5544c1fe0d8dedd83df3f5ec1290 (patch) | |
| tree | 5a5afe532e664b75b03ab357a88d0f9c00a7d227 /index.html | |
| parent | 7a63ba34b471a1b4edd4655422f4ae235dbcf12b (diff) | |
HTML fix on homepage
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/index.html b/index.html index 8816cc265..6bf896c28 100644 --- a/index.html +++ b/index.html @@ -226,12 +226,12 @@ least one, it may help you to get a first idea of what GF is. <div class="col-md-6"> <h2>News</h2> - <dt class="col-sm-3 text-center text-nowrap">2021-07-25</dt> - <dd class="col-sm-9"> - <strong>GF 3.11 released.</strong> - <a href="download/release-3.11.html">Release notes</a> - </dd> <dl class="row"> + <dt class="col-sm-3 text-center text-nowrap">2021-07-25</dt> + <dd class="col-sm-9"> + <strong>GF 3.11 released.</strong> + <a href="download/release-3.11.html">Release notes</a> + </dd> <dt class="col-sm-3 text-center text-nowrap">2021-05-05</dt> <dd class="col-sm-9"> <a href="https://cloud.grammaticalframework.org/wordnet/">GF WordNet</a> now supports languages for which there are no other WordNets. New additions: Afrikaans, German, Korean, Maltese, Polish, Somali, Swahili. |
