Skip to content

Commit 225fbed

Browse files
committed
Merge pull request googleapis#419 from odin-delrio/fix-fileupload-example
Add the close quote to the href attribute, HTML doesn't display properly.
2 parents 705b6db + a5284cc commit 225fbed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/simplefileupload.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
<div class="request">
108108
<?php
109109
if (isset($authUrl)) {
110-
echo "<a class='login' href='" . $authUrl . ">Connect Me!</a>";
110+
echo "<a class='login' href='" . $authUrl . "'>Connect Me!</a>";
111111
}
112112
?>
113113
</div>

0 commit comments

Comments
 (0)