Fix a minor copy-paste-o that broke the stylesheets
llvm-svn: 133678
This commit is contained in:
parent
aedbfe480f
commit
efa0716ab7
|
@ -5,8 +5,8 @@
|
||||||
<head>
|
<head>
|
||||||
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||||
<title>Clang LanguageExtensions</title>
|
<title>Clang LanguageExtensions</title>
|
||||||
<link type="text/css" rel="stylesheet" href="menu.css">
|
<link type="text/css" rel="stylesheet" href="../menu.css">
|
||||||
<link type="text/css" rel="stylesheet" href="content.css">
|
<link type="text/css" rel="stylesheet" href="../content.css">
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
td {
|
td {
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
|
|
Loading…
Reference in New Issue