Skip to content
Permalink
Browse files
Remove unnecessary whitespace characters in template.
  • Loading branch information
frankrausch committed Feb 24, 2013
1 parent afb08be commit 00f6c97
Showing 1 changed file with 4 additions and 4 deletions.
@@ -6,22 +6,22 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">

<title>TypeShow</title>
<script src="js/jquery.js" type="text/javascript"></script>
<script src="js/jquery.js" type="text/javascript"></script>
<script src="js/jquery.typeshow.min.js" type="text/javascript"></script>
<link rel="stylesheet" media="screen, projection" href="css/typeshow.css" type="text/css" />

<script type="text/javascript">
$(document).ready(function (){
$(".typeshow").typeshow({
folder : '.'
});
});
</script>

</head>

<body>


<div class="typeshow">TypeShow requires JavaScript to be turned on in your browser.</div>

0 comments on commit 00f6c97

Please sign in to comment.