Changeset 860
- Timestamp:
- 10/14/05 09:05:46 (3 years ago)
- Files:
-
- django/trunk/docs/design_philosophies.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/design_philosophies.txt
r857 r860 196 196 -------------------------- 197 197 198 The template system do magic things with whitespace. If a template includes199 whitespace, the system should treat the whitespace as it treats text -- just200 display it.198 The template system shouldn't do magic things with whitespace. If a template 199 includes whitespace, the system should treat the whitespace as it treats text 200 -- just display it. 201 201 202 202 Don't invent a programming language
