Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Wang, Vincent H
simplewebapp
Commits
4c24fefe
Commit
4c24fefe
authored
Jan 21, 2021
by
RobJBarr
Browse files
Fixed typos in tests and query name
parent
0bf79e08
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/ic/doc/web/IndexPage.java
View file @
4c24fefe
...
...
@@ -21,6 +21,8 @@ public class IndexPage implements Page {
"<p>Enter your query in the box below: "
+
"<form>"
+
"<input type=\"text\" name=\"q\" />"
+
"<input type=\"radio\" id=\"md\" name=\"markdown\" value=\"md\">"
+
"<label for=\"markdown\">Download as Markdown file?</label><br>"
+
"<br><br><input type=\"submit\">"
+
"</form>"
+
"</p>"
);
...
...
Write
Preview
Supports
Markdown
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