Opened 6 years ago
Closed 6 years ago
#3423 closed defect (bug) (fixed)
Missed echo
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 2.1 |
| Component: | Administration | Version: | 2.0.5 |
| Severity: | normal | Keywords: | Category |
| Cc: |
Description
Missed echo in <?php js_escape(('Separate multiple categories with commas.')); ?>
eg.
<span id="howto"><?php echo js_escape(('Separate multiple categories with commas.')); ?></span>
Change History (1)
Note: See
TracTickets for help on using
tickets.

(In [4587]) Don't forge to echo. Props mypatricks. fixes #3423