Remove duplicate tahoe_css links from manifest.xhtml and rename-form.xhtml

They were probably meant to be links to webform_css, but we aren't really
using Nevow's form-generation code anyways, so they can just be removed.
Thanks to 'marcusw' for the catch.
This commit is contained in:
Brian Warner 2011-11-16 14:42:25 -08:00
parent 1b84612fdf
commit 1445953adc
2 changed files with 0 additions and 2 deletions

View File

@ -2,7 +2,6 @@
<head>
<title n:render="title"></title>
<link href="/tahoe_css" rel="stylesheet" type="text/css"/>
<link href="/tahoe_css" rel="stylesheet" type="text/css"/>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta n:render="refresh" />
</head>

View File

@ -1,7 +1,6 @@
<html xmlns:n="http://nevow.com/ns/nevow/0.1">
<head>
<title n:render="title"></title>
<link href="/tahoe_css" rel="stylesheet" type="text/css"/>
<link href="/webform_css" rel="stylesheet" type="text/css"/>
<link href="/tahoe_css" rel="stylesheet" type="text/css"/>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />