diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2005-05-13 15:21:59 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2005-05-13 15:21:59 +0000 |
commit | 3a3804da8057f90bc77af441b2332c3c5d7e7316 (patch) | |
tree | 3e7bf482e699f2cb55229608d917aa60522a7713 | |
parent | 9029129bf351e8f3a956d278e052c5b0049702ca (diff) | |
download | postgresql-3a3804da8057f90bc77af441b2332c3c5d7e7316.tar.gz postgresql-3a3804da8057f90bc77af441b2332c3c5d7e7316.zip |
Fix broken markup.
-rw-r--r-- | doc/src/sgml/install-win32.sgml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/src/sgml/install-win32.sgml b/doc/src/sgml/install-win32.sgml index af7485d7256..2ecf691b636 100644 --- a/doc/src/sgml/install-win32.sgml +++ b/doc/src/sgml/install-win32.sgml @@ -1,5 +1,5 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/install-win32.sgml,v 1.25 2005/05/11 16:02:12 momjian Exp $ +$PostgreSQL: pgsql/doc/src/sgml/install-win32.sgml,v 1.26 2005/05/13 15:21:59 tgl Exp $ --> <chapter id="install-win32"> @@ -131,6 +131,7 @@ $PostgreSQL: pgsql/doc/src/sgml/install-win32.sgml,v 1.25 2005/05/11 16:02:12 mo Free <productname>Borland C++</productname> compiler tools can be downloaded from <ulink url="http://www.borland.com/products/downloads/download_cbuilder.html#"></>, and require similar setup. + </para> </chapter> <!-- Keep this comment at the end of the file |