diff options
author | Scott González <scott.gonzalez@gmail.com> | 2010-10-13 15:43:49 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2010-10-13 15:43:49 -0400 |
commit | 7ce4ddbcac5c908c78ac6956b6c8799b5f927c4d (patch) | |
tree | cb80f88a05b2f06e01bafa1ab13014d80355dbef /demos/tabs/index.html | |
parent | b12d528e8f84fa6509165e7adef09da0b4a71469 (diff) | |
download | jquery-ui-7ce4ddbcac5c908c78ac6956b6c8799b5f927c4d.tar.gz jquery-ui-7ce4ddbcac5c908c78ac6956b6c8799b5f927c4d.zip |
Tabs demos: Coding standards.
Diffstat (limited to 'demos/tabs/index.html')
-rw-r--r-- | demos/tabs/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/tabs/index.html b/demos/tabs/index.html index 8fc417a4f..c0d668435 100644 --- a/demos/tabs/index.html +++ b/demos/tabs/index.html @@ -1,9 +1,9 @@ <!DOCTYPE html> <html lang="en"> <head> - <meta charset="UTF-8" /> + <meta charset="utf-8"> <title>jQuery UI Tabs Demos</title> - <link type="text/css" href="../demos.css" rel="stylesheet" /> + <link rel="stylesheet" href="../demos.css"> </head> <body> |