Markup ooopses fixed.

This commit is contained in:
emmajane 2003-12-08 05:36:11 +00:00
parent 537436eb9c
commit a5a5fd9268
1 changed files with 3 additions and 3 deletions

View File

@ -106,12 +106,12 @@
<para>
For more sophisticated spell check alternatives, give <ulink
url="http://cream.sourceforge.net/">Cream</ulink> or <ulink
url="http://www.vim.org/scripts/script_search_results.php?keywords=vimspell&script_type=&order_by=rating&direction=descending&search=search">vimspell</ulink> a try.
url="http://www.vim.org/scripts/script_search_results.php?keywords=vimspell&amp;script_type=&amp;order_by=rating&amp;direction=descending&amp;search=search">vimspell</ulink> a try.
</para>
</section>
<section id="vim-tagcompletion">
<title>Tag Completion<title>
<title>Tag Completion</title>
<para>
The following information is provided by <ulink
@ -134,7 +134,7 @@
class="directory">.vimscripts</filename> directory if you have one.
</para>
<screen>
<prompt>$ </prompt><command>mkdir</command> <filename class="directory".vimscripts</filename>
<prompt>$ </prompt><command>mkdir</command> <filename class="directory">.vimscripts</filename>
<prompt>$ </prompt><command>cp</command> <filename>dbhelper.vim</filename> <filename class="directory">.vimscripts</filename>
</screen>