Comment that should've accompanied r45671 (*shakes fist at TortoiseSVN*):

Added "__\" magic word to eat up all whitespace and newlines to the next non-whitespace character, to facilitate writing readable template code where whitespace is significant.
This commit is contained in:
Fran Rogers 2009-01-12 07:50:54 +00:00
parent 9fd6bb8393
commit 926fd3ac20

View file

@ -33,7 +33,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
for the current page for a given action
* Added "__\" magic word to eat up all whitespace and newlines to the next
non-whitespace character, to facilitate writing readable template code where
whitespace is significant.
whitespace is significant.
=== Bug fixes in 1.15 ===
* Fixing the caching issue by using -{T|xxx}- syntax (only applies on wiki with LanguageConverter class)