We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 095ad85 + ba388da commit 9336b8cCopy full SHA for 9336b8c
test/resources/html/jquery.html
@@ -2,7 +2,7 @@
2
<head>
3
<title>(root)/links.html</title>
4
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
5
- <script src="http://code.jquery.com/jquery-1.9.1.min.js" type="text/javascript"></script>
+ <script src="javascript/jquery.js" type="text/javascript"></script>
6
</head>
7
<body>
8
<div id="div_id">
@@ -23,7 +23,7 @@
23
Link with whitespace
24
</a><br/>
25
<a href="target/third.html">
26
- Link with
+ Link with
27
whitespace within
28
29
<a href="target/first.html" id="bold_id"><b>Link with bolded text</b></a>
0 commit comments