Fix for the web site (WineHQ)

Francois Gouget fgouget at free.fr
Mon Jan 21 03:28:33 CST 2002


  This fixes a bug in the Web site: a pre tag was not closed properly.

Changelog:

 * dev.shtml

   Fix a mis-closed <pre> tag


--
Francois Gouget         fgouget at free.fr        http://fgouget.free.fr/
 "Only wimps use tape backup: _real_ men just upload their important stuff on
       ftp, and let the rest of the world mirror it ;)" -- Linus Torvalds
-------------- next part --------------
Index: dev.shtml
===================================================================
RCS file: /home/wine/Winehq/dev.shtml,v
retrieving revision 1.17
diff -u -r1.17 dev.shtml
--- dev.shtml	2002/01/14 00:46:49	1.17
+++ dev.shtml	2002/01/21 07:34:33
@@ -196,7 +196,7 @@
 To do this, just run
 <pre>
 cvs update
-<pre>
+</pre>
 in the top-level Wine directory. Make sure that you've set up the proper options in your
 <code><a href="devstart.shtml#useful">.cvsrc</a></code> file.  Then, use
 <pre>


More information about the wine-devel mailing list