diff options
| author | 2013-11-23 17:29:23 +0100 | |
|---|---|---|
| committer | 2013-11-23 17:29:23 +0100 | |
| commit | 6236f2a803185c06331ddd3e5cbdb4499629e1ef (patch) | |
| tree | 4cddfdf0f050408e6c15effd5305df07678aca53 /app/views/configure/categorize.phtml | |
| parent | de4e9d5a85dfb99dcfe7fac765c5af6cd5b5f720 (diff) | |
Encore des alternatives Unicode aux icônes
Contribue à https://github.com/marienfressinaud/FreshRSS/issues/284
Diffstat (limited to 'app/views/configure/categorize.phtml')
| -rw-r--r-- | app/views/configure/categorize.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/configure/categorize.phtml b/app/views/configure/categorize.phtml index 95951247e..01b5c96bc 100644 --- a/app/views/configure/categorize.phtml +++ b/app/views/configure/categorize.phtml @@ -22,7 +22,7 @@ (<?php echo Translate::t ('number_feeds', $cat->nbFeed ()); ?>) <?php if ($cat->id () == $this->defaultCategory->id ()) { ?> - <i class="icon i_help"></i> <?php echo Translate::t ('can_not_be_deleted'); ?> + <i class="icon i_help">ⓘ</i> <?php echo Translate::t ('can_not_be_deleted'); ?> <?php } ?> <input type="hidden" name="ids[]" value="<?php echo $cat->id (); ?>" /> |
