Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc fix: remove invalid href attribute from input #9106

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/partials/footer.html
Expand Up @@ -28,7 +28,7 @@ <h5>Stay on top of what&rsquo;s happening in <a href="http://zurb.com/responsive
<input id="fieldEmail" name="cm-vjtyhh-vjtyhh" type="email" placeholder="signup@example.com">
</div>
<div class="small-4 medium-4 columns">
<input type="submit" href="#" class="postfix button" value="Sign Up">
<input type="submit" class="postfix button" value="Sign Up">
</div>
</div>
</form>
Expand Down