diff options
author | Remy <relst@relst.nl> | 2015-03-14 12:10:19 +0100 |
---|---|---|
committer | Remy <relst@relst.nl> | 2015-03-14 12:10:19 +0100 |
commit | 323dadfe5be03ff408c2b4aa465f71a90fd33d57 (patch) | |
tree | 408f335174981f5a8f03e31ac3f92e96d7bbfd39 | |
parent | 3bac8b16d9c4522f482dd15753f6293f12ecd3ac (diff) | |
download | ssl-decoder-323dadfe5be03ff408c2b4aa465f71a90fd33d57.zip ssl-decoder-323dadfe5be03ff408c2b4aa465f71a90fd33d57.tar.gz ssl-decoder-323dadfe5be03ff408c2b4aa465f71a90fd33d57.tar.bz2 |
Fix #7 OCSP HTTP/1.1
-rw-r--r-- | functions/connection.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/connection.php b/functions/connection.php index c422df9..dac3e0d 100644 --- a/functions/connection.php +++ b/functions/connection.php @@ -471,7 +471,7 @@ if ( $read_stream === false ) { } ?> - <p>Ciphersuites containing <a href="https://en.wikipedia.org/wiki/Null_cipher">NULL</a>, <a href="https://en.wikipedia.org/wiki/Weak_key">DES and RC4</a> are marked RED because they are suboptimal.</p> + <p><br>Ciphersuites containing <a href="https://en.wikipedia.org/wiki/Null_cipher">NULL</a>, <a href="https://en.wikipedia.org/wiki/Weak_key">DES and RC4</a> are marked RED because they are suboptimal.</p> </td> </tr> <?php |