Safari not 'Viewing Source' on some files
If you are trying to use this feature on local files, make sure you have Group-write permission on the file.
-rwxrw-r--@
I develop web pages from Perl locally and ran into this situation, and had to
chmod g+w *-uni.pl
in the directory containing my Perl files.