Skip to content

Commit

Permalink
making apiurl input smaller
Browse files Browse the repository at this point in the history
  • Loading branch information
dbuthay committed Jul 23, 2011
1 parent 9258b92 commit cb4be15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indextank_search.php
Expand Up @@ -222,7 +222,7 @@ function indextank_manage_page() {
<table class="form-table">
<tr>
<th><label>API URL</label></th>
<td><input type="text" name="api_url" size="60" value="<?php echo get_option("it_api_url", "");?>"/></td>
<td><input type="text" name="api_url" size="48" value="<?php echo get_option("it_api_url", "");?>"/></td>
</tr>
<tr>
<th><label>Index name</label></th>
Expand Down

0 comments on commit cb4be15

Please sign in to comment.