summaryrefslogtreecommitdiff
path: root/htroot/RegexTest.html
diff options
context:
space:
mode:
authorreger <reger18@arcor.de>2015-12-22 01:36:23 +0100
committerreger <reger18@arcor.de>2015-12-22 01:36:23 +0100
commit7c6d6cd69a82805bfa68719e63a5786b44f38786 (patch)
tree42b27c70858af0d594c44a66c6ea5bbb17c77b20 /htroot/RegexTest.html
parent4eb7fb0ee5a5d2f42a3f83bd886c59a8a06c123e (diff)
change some more submit button to bootstrap btn css class
Diffstat (limited to 'htroot/RegexTest.html')
-rw-r--r--htroot/RegexTest.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/htroot/RegexTest.html b/htroot/RegexTest.html
index 55bf350a7..a04bd34dd 100644
--- a/htroot/RegexTest.html
+++ b/htroot/RegexTest.html
@@ -30,7 +30,7 @@
#(match)#<dd><img src="env/grafics/nok.png"> no match</dd>::<dd><img src="env/grafics/ok.png"> match</dd>::<dd><img src="env/grafics/bad.png"> error in expression: #[error]#</dd>#(/match)#
<dt></dt>
<dd>
- <input name="submit" id="submit" type="submit" />
+ <input name="submit" id="submit" type="submit" class="btn btn-primary" />
</dd>
</dl>
</form>