diff options
author | Dave Methvin <dave.methvin@gmail.com> | 2012-04-10 22:30:26 -0400 |
---|---|---|
committer | Dave Methvin <dave.methvin@gmail.com> | 2012-04-10 22:30:26 -0400 |
commit | 0f827c800be0a386e9014f1c77d0a58102f23f67 (patch) | |
tree | 6f81c6f1b12c0f34f3c4aafb477b9660f1bba694 | |
parent | 2f1ddd450752b5ba2efadb3fdd7b9b13b67e851e (diff) | |
download | jquery-0f827c800be0a386e9014f1c77d0a58102f23f67.tar.gz jquery-0f827c800be0a386e9014f1c77d0a58102f23f67.zip |
Followup on #10324. Eliminate duplicate name attribute.
-rw-r--r-- | test/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/index.html b/test/index.html index fa52c0468..c24b4d2d0 100644 --- a/test/index.html +++ b/test/index.html @@ -135,7 +135,7 @@ <param name="p1" value="x1" /> <param name="p2" value="x2" /> </object> - <object id="object2"><param name="test" value="test"></param></object> + <object id="object2"><param name="object2test" value="test"></param></object> <span id="台北Táiběi"></span> <span id="台北" lang="中文"></span> |