Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fixed typo in the ssi
  • Loading branch information
lichtkind committed Apr 12, 2012
1 parent e1a3c25 commit f368ff0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions html/index.html
@@ -1,7 +1,7 @@
<html>
<head>
<!--#include virtual="inc/meta.stag" -->
<!--#include virtual="inc/include.stag" -->
<!--#include virtual="/inc/meta.stag" -->
<!--#include virtual="/inc/include.stag" -->
<title>Perl 6 Tablets - Overview</title>
</head>
<body><h2>Perl 6 Tablets</h2>
Expand Down
4 changes: 2 additions & 2 deletions html/tablet_0.html
@@ -1,7 +1,7 @@
<html>
<head>
<!--#include virtual="inc/meta.stag" -->
<!--#include virtual="inc/include.stag" -->
<!--#include virtual="/inc/meta.stag" -->
<!--#include virtual="/inc/include.stag" -->
<title>Perl 6 History Tablet</title>
</head>
<body><h2>Perl 6 History Tablet</h2><a name="top">
Expand Down
4 changes: 2 additions & 2 deletions html/tablet_1.html
@@ -1,7 +1,7 @@
<html>
<head>
<!--#include virtual="inc/meta.stag" -->
<!--#include virtual="inc/include.stag" -->
<!--#include virtual="/inc/meta.stag"-->
<!--#include virtual="/inc/include.stag"-->
<title>Perl 6 Language Design Tablet</title>
</head>
<body><h2>Perl 6 Language Design Tablet</h2><a name="top">
Expand Down
4 changes: 2 additions & 2 deletions html/tablet_2.html
@@ -1,7 +1,7 @@
<html>
<head>
<!--#include virtual="inc/meta.stag" -->
<!--#include virtual="inc/include.stag" -->
<!--#include virtual="/inc/meta.stag" -->
<!--#include virtual="/inc/include.stag" -->
<title>Perl 6 Basics Tablet</title>
</head>
<body><h2>Perl 6 Basics Tablet</h2><a name="top">
Expand Down

0 comments on commit f368ff0

Please sign in to comment.