[LON-CAPA-cvs] cvs: doc /build install.html
harris41
lon-capa-cvs@mail.lon-capa.org
Sun, 02 Jun 2002 14:53:18 -0000
harris41 Sun Jun 2 10:53:18 2002 EDT
Modified files:
/doc/build install.html
Log:
using escaped HTML signs for the MySQL negation operator to ensure proper
display
Index: doc/build/install.html
diff -u doc/build/install.html:1.27 doc/build/install.html:1.28
--- doc/build/install.html:1.27 Sun Jun 2 00:06:29 2002
+++ doc/build/install.html Sun Jun 2 10:53:18 2002
@@ -1,7 +1,7 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- The LearningOnline Network with CAPA -->
-<!-- $Id: install.html,v 1.27 2002/06/02 04:06:29 harris41 Exp $ -->
+<!-- $Id: install.html,v 1.28 2002/06/02 14:53:18 harris41 Exp $ -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
@@ -221,7 +221,7 @@
<table bgcolor="#aaaaaa" border="1"><tr><td>
<pre>
shell> mysql -u root -p mysql
-mysql> DELETE FROM user WHERE host<>'localhost';
+mysql> DELETE FROM user WHERE host<>'localhost';
</pre>
</td></tr></table>
<a name="testing" />