Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
nuxsmin committed Sep 30, 2016
2 parents befc600 + 3226f64 commit d95e7cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inc/themes/material-blue/install.inc
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@

<div class="mdl-textfield mdl-js-textfield mdl-textfield--floating-label">
<input id="dbhost" name="dbhost" type="text" required class="mdl-textfield__input fg-blue100"
value="<?php echo $dbhost; ?>" autocomplete="off" autofocus pattern="[0-9a-zA-Z_-\.]+">
value="<?php echo $dbhost; ?>" autocomplete="off" autofocus pattern="[0-9a-zA-Z_\-\.]+">
<label class="mdl-textfield__label"
for="dbhost"><?php echo _('Servidor BBDD para sysPass'); ?></label>
</div>
Expand Down Expand Up @@ -150,4 +150,4 @@
$('#frmInstall').submit();
});
};
</script>
</script>

0 comments on commit d95e7cb

Please sign in to comment.