Skip to content

Commit

Permalink
FLUID-5335: Update jqUnit tests
Browse files Browse the repository at this point in the history
Updated the jqUnit tests to the HTML5 doctype
  • Loading branch information
jobara committed May 12, 2014
1 parent cf07324 commit 8b9eed6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/tests/framework-tests/jqUnit/html/jqUnit-tests.html
@@ -1,10 +1,10 @@
<!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" xml:lang="en" lang="en" dir="ltr">
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>jqUnit Self Tests</title>
<link rel="stylesheet" media="screen" href="../../../lib/qunit/css/qunit.css" />

<script type="text/javascript" src="../../../../lib/jquery/core/js/jquery.js"></script>
<script type="text/javascript" src="../../../lib/qunit/js/qunit.js"></script>
<script type="text/javascript" src="../../../../framework/core/js/Fluid.js"></script>
Expand Down

0 comments on commit 8b9eed6

Please sign in to comment.