index.php:83 missing double-quote in comments block |
|||
|---|---|---|---|
| Date: | 09/24/2008 | Severity: | Trivial |
| Status: | Resolved | Reporter: | znirkel |
| Version: | 1.7.0 SVN | ||
| Keywords: | User Guide, Typos | ||
Description
Since at least V1.6.1 up to 1.7.0, in he main index.php file line 83: [SEE CODE SAMPLE]
Missing ” after index.php
It just screws up syntax highlighting in Bluefish, that’s all ![]()
( I guess I could also submit to Bluefish devs to fix syntax highlighting in comment blocks :p )
Code Sample
| SELF - The name of THIS file (typically "index.php)
Expected Result
| SELF - The name of THIS file (typically “index.php”)
