Skip to content

Instantly share code, notes, and snippets.

@xxx
Created July 27, 2009 00:13
Show Gist options
  • Save xxx/155981 to your computer and use it in GitHub Desktop.
Save xxx/155981 to your computer and use it in GitHub Desktop.
expected:
<!DOCTYPE html>
<html>
<head></head>
<body>
<script>
int x_axis = 755;
</script>
<form method="post" action="/users">
<input type="submit" value="Create user" name="submit" id="submit"/>
</form>
</body>
</html>
actual:
<!DOCTYPE html>
<html>
<head></head>
<body>
<script>
int x_axis = 755;
</script>
<input type="submit" value="Create user" name="submit" id="submit"/>
<form method="post" action="/users">2</form>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment