[dw-free] Add clarifying comment and TODO.
[commit: http://hg.dwscoalition.org/dw-free/rev/29ddbc989a2a]
Add clarifying comment and TODO.
Patch by
afuna.
Files modified:
Add clarifying comment and TODO.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- htdocs/preview/entry.bml
-------------------------------------------------------------------------------- diff -r cb7a092aff82 -r 29ddbc989a2a htdocs/preview/entry.bml --- a/htdocs/preview/entry.bml Sun Jul 05 12:39:12 2009 +0000 +++ b/htdocs/preview/entry.bml Sun Jul 05 22:15:26 2009 +0800 @@ -76,6 +76,8 @@ body<= $stylesys = 1; $styleid = 0; } + # TODO: clean up this codepath/logic + # "stylesys == 1" in here means that you're viewing a BML page, not customized comemnts if ($stylesys == 1) { # pre-load common strings for little speed and less typing later # (we're doing this *after* set_language_scope is called, because --------------------------------------------------------------------------------