Fix a minor copy-paste-o that broke the stylesheets

llvm-svn: 133678
This commit is contained in:
Alexis Hunt 2011-06-23 01:22:53 +00:00
parent aedbfe480f
commit efa0716ab7
1 changed files with 2 additions and 2 deletions

View File

@ -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;