( code )views are in fact not using the all of the same names as LiveJournal. so, it blindly returns whatever string is given. layouts originating on LJ and being ported over to DW can potentially have old code like
so, the question is, should people know better and update their code or should
get_url($e.journal, "friends") and still get http://kunzite.dreamwidth.org/friends which results in a 404 here.so, the question is, should people know better and update their code or should
get_url() have a clause that $view = "read" if $view eq "friends";?