Skip to content

Commit

Permalink
ensuring all libraries mention thetheir title in the application index
Browse files Browse the repository at this point in the history
  • Loading branch information
Addy Osmani authored and Addy Osmani committed Jun 16, 2011
1 parent 28a3309 commit aa2b269
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion todo-example/backbone/index.html
Expand Up @@ -2,7 +2,7 @@
<html>

<head>
<title>Backbone Demo: Todos</title>
<title>Backbone.js</title>
<link href="css/todos.css" media="all" rel="stylesheet" type="text/css"/>
<script src="js/json2.js"></script>
<script src="js/jquery-1.5.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion todo-example/javascriptmvc/todo/todo/todo.html
Expand Up @@ -2,7 +2,7 @@
"http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
<title>todo</title>
<title>JavaScriptMVC</title>
</head>
<body>
<div id='todos'>
Expand Down
2 changes: 1 addition & 1 deletion todo-example/knockoutjs/index.html
@@ -1,7 +1,7 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Knockout Demo: Todos</title>
<title>Knockout.js</title>
<link href="css/todos.css" media="all" rel="stylesheet" type="text/css" />
<script src="js/jquery-1.6.1.js" type="text/javascript"></script>
<script src="js/jquery.tmpl.js" type="text/javascript"></script>
Expand Down
2 changes: 1 addition & 1 deletion todo-example/sammyjs/index.html
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset="UTF-8">
<title>Todo App</title>
<title>Sammy.js</title>
<link rel="stylesheet" href="app.css" type="text/css" media="screen" charset="utf-8">

<script src="http://code.jquery.com/jquery-1.6.1.min.js" type="text/javascript" charset="utf-8"></script>
Expand Down
1 change: 1 addition & 0 deletions todo-example/spine/index.html
@@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>Spine.js</title>
<link rel="stylesheet" href="css/application.css" type="text/css" charset="utf-8">

<script src="lib/json2.js" type="text/javascript" charset="utf-8"></script>
Expand Down
2 changes: 1 addition & 1 deletion todo-example/sproutcore/index.html
Expand Up @@ -5,7 +5,7 @@
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">

<title></title>
<title>SproutCore</title>
<meta name="description" content="">
<meta name="author" content="">

Expand Down

0 comments on commit aa2b269

Please sign in to comment.