diff options
Diffstat (limited to 'docs/index.html')
-rw-r--r-- | docs/index.html | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/docs/index.html b/docs/index.html index d2fca35..d1e8877 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1,13 +1,17 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"> -<html> +<?xml version="1.0" encoding="iso-8859-1"?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" + "DTD/xhtml1-frameset.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title> API Documentation </title> </head> <frameset cols="20%,80%"> <frameset rows="30%,70%"> - <frame src="public/toc.html" name="moduleListFrame"> - <frame src="public/toc-everything.html" name="moduleFrame"> + <frame src="toc.html" name="moduleListFrame" + id="moduleListFrame" /> + <frame src="toc-everything.html" name="moduleFrame" + id="moduleFrame" /> </frameset> - <frame src="public/paramiko-module.html" name="mainFrame"> + <frame src="paramiko-module.html" name="mainFrame" id="mainFrame" /> </frameset> </html> |