summaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-27 19:40:49 +0400
committerAndrew Dolgov <[email protected]>2013-03-27 19:40:49 +0400
commit00df2b5f91b18f09096b54fed9c03769de1e1f9f (patch)
tree5140d2915cad227ef39a4bed49f8499224c676af /install
parent8c82001ba06b2ee793de78fe120357c8343437f6 (diff)
various utility.css updates
Diffstat (limited to 'install')
-rw-r--r--install/index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/install/index.php b/install/index.php
index 1b5def331..9855bac75 100644
--- a/install/index.php
+++ b/install/index.php
@@ -209,7 +209,7 @@
<fieldset>
<label>Port</label>
- <input name="DB_PORT" placeholder="if needed, PgSQL only" size="20" value="<?php echo $DB_PORT ?>"/>
+ <input name="DB_PORT" type="number" placeholder="if needed, PgSQL only" size="20" value="<?php echo $DB_PORT ?>"/>
</fieldset>
<h2>Other settings</h2>
@@ -218,7 +218,7 @@
<fieldset>
<label>Tiny Tiny RSS URL</label>
- <input name="SELF_URL_PATH" placeholder="<?php echo $SELF_URL_PATH; ?>" size="60" value="<?php echo $SELF_URL_PATH ?>"/>
+ <input type="url" name="SELF_URL_PATH" placeholder="<?php echo $SELF_URL_PATH; ?>" size="60" value="<?php echo $SELF_URL_PATH ?>"/>
</fieldset>