##// END OF EJS Templates
templates: make {indent("", " ")} be empty...
r44093:fa246ada default
Show More
next
17 lines | 309 B | text/plain | TextLexer
== New Features ==
== New Experimental Features ==
== Bug Fixes ==
* The `indent()` template function was documented to not indent empty lines,
but it still indented the first line even if it was empty. It no longer does
that.
== Backwards Compatibility Changes ==
== Internal API Changes ==