Validation fix, include required "type" in link tag.

This removes validation warnings like:
  Warning: <link> inserting "type" attribute

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
This commit is contained in:
Joe Atzberger 2008-09-02 17:39:12 -05:00 committed by Galen Charlton
parent 85324a6f7c
commit 3a2f776875
2 changed files with 2 additions and 2 deletions

View file

@ -427,7 +427,7 @@ function searchauthority() {
}
//]]>
</script>
<link rel="stylesheet" href="<!-- TMPL_VAR NAME="themelang" -->/css/addbiblio.css" />
<link type="text/css" rel="stylesheet" href="<!-- TMPL_VAR NAME="themelang" -->/css/addbiblio.css" />
</head>
<body>
<div id="yui-cms-loading">

View file

@ -143,7 +143,7 @@ function CreateKey(){
//]]>
</script>
<link rel="stylesheet" href="<!-- TMPL_VAR NAME="themelang" -->/css/addbiblio.css" />
<link type="text/css" rel="stylesheet" href="<!-- TMPL_VAR NAME="themelang" -->/css/addbiblio.css" />
</head>
<body>
<!-- TMPL_INCLUDE NAME="header.inc" -->