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:
parent
85324a6f7c
commit
3a2f776875
2 changed files with 2 additions and 2 deletions
|
@ -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">
|
||||
|
|
|
@ -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" -->
|
||||
|
|
Loading…
Reference in a new issue