Skip to content

Commit

Permalink
Fix warning regarding test runner viewport format.
Browse files Browse the repository at this point in the history
Parameters use `,` not `;`.
  • Loading branch information
aarononeal committed Jan 2, 2015
1 parent 8f0e8a9 commit f688014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-www/www/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE HTML>
<html>
<head>
<meta name="viewport" content="width=320; user-scalable=no" />
<meta name="viewport" content="width=320, user-scalable=no" />
<meta http-equiv="Content-type" content="text/html; charset=utf-8">

<title>SQLitePlugin test</title>
Expand Down

0 comments on commit f688014

Please sign in to comment.