Skip to content

Commit

Permalink
HTML Validation
Browse files Browse the repository at this point in the history
  • Loading branch information
mantis committed Apr 14, 2009
1 parent 5019f25 commit c18173d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions manage_tags_page.php
Expand Up @@ -133,8 +133,8 @@
<br/>

<!-- Tag Table Start -->
<table class="width100" cellspacing="1">
<input type="hidden" name="sort" value="<?php echo $c_sort ?>" />
<table class="width100" cellspacing="1">
<tr>
<td class="form-title" colspan="4">
<?php echo lang_get( 'manage_tags_link' ) ?> [<?php echo $t_total_tag_count ?>]
Expand All @@ -154,7 +154,7 @@
?>
<tr <?php echo helper_alternate_class() ?>>
<?php if ( $t_can_edit ) { ?>
<td><a href="tag_view_page.php?tag_id=<?php echo $t_tag_row['id'] ?>" ><?php echo $t_tag_name ?></td>
<td><a href="tag_view_page.php?tag_id=<?php echo $t_tag_row['id'] ?>" ><?php echo $t_tag_name ?></a></td>
<?php } else { ?>
<td><?php echo $t_tag_name ?></td>
<?php } ?>
Expand Down Expand Up @@ -204,7 +204,7 @@
<?php echo lang_get( 'tag_name' ) ?>
</td>
<td>
<input type="text" name="name" size="50" maxlength="100">
<input type="text" name="name" size="50" maxlength="100" />
<?php echo sprintf( lang_get( 'tag_separate_by' ), config_get( 'tag_separator' ) ); ?>
</td>
</tr>
Expand Down

0 comments on commit c18173d

Please sign in to comment.