Skip to content

Commit

Permalink
Merge pull request YOURLS#2323 from flokX/master
Browse files Browse the repository at this point in the history
Update placeholder to https://
  • Loading branch information
ozh authored Nov 27, 2017
2 parents 5725e56 + 8c7eb1b commit 84efce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/functions-html.php
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ function yourls_html_addnew( $url = '', $keyword = '' ) {
<div id="new_url">
<div>
<form id="new_url_form" action="" method="get">
<div><strong><?php yourls_e( 'Enter the URL' ); ?></strong>:<input type="text" id="add-url" name="url" value="<?php echo $url; ?>" class="text" size="80" placeholder="http://" />
<div><strong><?php yourls_e( 'Enter the URL' ); ?></strong>:<input type="text" id="add-url" name="url" value="<?php echo $url; ?>" class="text" size="80" placeholder="https://" />
<?php yourls_e( 'Optional '); ?> : <strong><?php yourls_e('Custom short URL'); ?></strong>:<input type="text" id="add-keyword" name="keyword" value="<?php echo $keyword; ?>" class="text" size="8" />
<?php yourls_nonce_field( 'add_url', 'nonce-add' ); ?>
<input type="button" id="add-button" name="add-button" value="<?php yourls_e( 'Shorten The URL' ); ?>" class="button" onclick="add_link();" /></div>
Expand Down

0 comments on commit 84efce5

Please sign in to comment.