From 1d8e7779a5bf298f881534406f4a603be0db6a0f Mon Sep 17 00:00:00 2001 From: Daira Hopwood <daira@jacaranda.org> Date: Thu, 5 Sep 2013 17:56:09 +0100 Subject: [PATCH] Wed Nov 16 22:42:25 GMT 2011 Brian Warner <warner@lothar.com> * 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. --- src/allmydata/web/manifest.xhtml | 1 - src/allmydata/web/rename-form.xhtml | 1 - 2 files changed, 2 deletions(-) diff --git a/src/allmydata/web/manifest.xhtml b/src/allmydata/web/manifest.xhtml index 6645f335..ecc6e0cc 100644 --- a/src/allmydata/web/manifest.xhtml +++ b/src/allmydata/web/manifest.xhtml @@ -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> diff --git a/src/allmydata/web/rename-form.xhtml b/src/allmydata/web/rename-form.xhtml index 86de5c9d..55399a34 100644 --- a/src/allmydata/web/rename-form.xhtml +++ b/src/allmydata/web/rename-form.xhtml @@ -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" /> -- 2.45.2