Remove extraneous quotation mark in template file

Bug: 2031559
This commit is contained in:
Dirk Dougherty 2009-08-05 20:35:31 -07:00
parent 0931432790
commit 71904aa403
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
<head>
<title>Redirecting...</title>
<meta http-equiv="refresh" content="0;url=<?cs var:toroot ?>sdk/<?cs
if:sdk.redirect.path ?><?cs var:sdk.redirect.path ?>"<?cs
if:sdk.redirect.path ?><?cs var:sdk.redirect.path ?><?cs
else ?><?cs var:sdk.current ?>/index.html<?cs /if ?>">
<link href="<?cs var:toroot ?>assets/android-developer-docs.css" rel="stylesheet" type="text/css" />
</head>