From: Fran Rogers Date: Mon, 12 Jan 2009 07:50:54 +0000 (+0000) Subject: Comment that should've accompanied r45671 (*shakes fist at TortoiseSVN*): X-Git-Tag: 1.31.0-rc.0~43457 X-Git-Url: http://git.cyclocoop.org/%22.%24h.%22?a=commitdiff_plain;h=926fd3ac20152b514b508f2c590d759af442d158;p=lhc%2Fweb%2Fwiklou.git 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. --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 74ee44604b..2ae95bfe09 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -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)