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>
|
||||
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||
<title>Clang LanguageExtensions</title>
|
||||
<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="../menu.css">
|
||||
<link type="text/css" rel="stylesheet" href="../content.css">
|
||||
<style type="text/css">
|
||||
td {
|
||||
vertical-align: top;
|
||||
|
|
Loading…
Reference in New Issue