summary refs log tree commit diff stats
path: root/faq.html
diff options
context:
space:
mode:
Diffstat (limited to 'faq.html')
-rw-r--r--faq.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/faq.html b/faq.html
index caaa9f5e..3cc139d6 100644
--- a/faq.html
+++ b/faq.html
@@ -1,8 +1,8 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 <html><head>
 <title>HexChat FAQ</title>
-<style type="text/css">
 <!--
+<style type="text/css">
 body {
 font-family: sans-serif;
 background-color: #FFFBF0;
@@ -15,8 +15,8 @@ background-color: #F0EAE1;
 }
 a:link { color: blue; }
 p { margin: 3% }
--->
 </style>
+-->
 </head>
 <body>
 
@@ -134,7 +134,7 @@ language support and all menus and GUI will be in English only.</li>
 <p>
 <u>UNIX:</u><br>
     Identd isn't actually apart of HexChat. You will need to download and install
-    your own ident server. Most distributions, including Fedora, come with an 
+    your own ident server. Most distributions, including Fedora, come with an
     ident server program called oidentd. Make sure it is enabled in
     /etc/xinetd.conf or read you distribution's documentation.
 
@@ -147,7 +147,7 @@ language support and all menus and GUI will be in English only.</li>
 
 <br><h3><a name="q22">2. How do I auto join more than one channel with keys?</a></h3>
 <p>
-   In the Server list's channel column enter multiple channels and separate 
+   In the Server list's channel column enter multiple channels and separate
    them by commas, eg:  "#linux,#warez,#chat". Do not put spaces between the
    channels. If the channels also have keys (passwords), then the syntax is:
    "#channel1,#channel2,#channel3 key1,key2,key3"