Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Seniors
craig1617
Commits
859f186d
Commit
859f186d
authored
Nov 29, 2016
by
Craig Earley
Browse files
fixed author.html update to change rows rather than columns
parent
a61febc0
Changes
1
Hide whitespace changes
Inline
Side-by-side
author.html
View file @
859f186d
...
...
@@ -18,8 +18,8 @@
<h1>
Author-Side Interface
</h1>
<form>
Start URL's.
<br><textarea
name=
"start"
id=
"start"
cols=
"
2
"
rows=
"
10
"
></textarea><br>
Stop URL's.
<br><textarea
name=
"stop"
id=
"stop"
cols=
"
1
"
rows=
"1
0
"
></textarea><br>
Start URL's.
<br><textarea
name=
"start"
id=
"start"
cols=
"
50
"
rows=
"
2
"
></textarea><br>
Stop URL's.
<br><textarea
name=
"stop"
id=
"stop"
cols=
"
50
"
rows=
"1"
></textarea><br>
<input
type=
"submit"
id=
"submit"
value=
"Get my URL"
>
<input
type=
"reset"
>
</form>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment