Skip to content

Commit

Permalink
grass-sqlite.html: avoid <br> tags within <em> as not converted prope…
Browse files Browse the repository at this point in the history
…rly to Markdown
  • Loading branch information
neteler committed Nov 25, 2024
1 parent f7e99af commit c1fd738
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions db/drivers/sqlite/grass-sqlite.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,13 @@ <h2>SEE ALSO</h2>
<a href="db.connect.html">db.connect</a>,
<a href="db.execute.html">db.execute</a>,
<a href="db.select.html">db.select</a>
<br><br>
</em>
<br><br>
<em>
<a href="sql.html">SQL support in GRASS GIS</a>
<br><br>
</em>
<br><br>
<em>
<a href="https://www.sqlite.org">SQLite web site</a>,
<a href="https://www.sqlite.org/quickstart.html">SQLite manual</a>,
<a href="https://www.sqlite.org/cvstrac/wiki?p=ManagementTools">sqlite - Management Tools</a>
Expand Down

0 comments on commit c1fd738

Please sign in to comment.