1. 25 Sep, 2013 1 commit
    • Rob Pike's avatar
      html/template: update the Tree field after parsing new templates · e2e9d1d6
      Rob Pike authored
      After text/template.Parse, all the templates may have changed, so
      we need to set them all back to their unescaped state. The code
      did this but (mea culpa) forgot to set the Tree field of the html/template
      struct.
      
      Since the Tree is reset during escaping, this only matters if an error
      arises during escaping and we want to print a message.
      
      Fixes #6459.
      
      R=golang-dev, rsc
      CC=golang-dev
      https://golang.org/cl/13877043
      e2e9d1d6
  2. 24 Sep, 2013 10 commits
  3. 23 Sep, 2013 16 commits
  4. 22 Sep, 2013 4 commits
  5. 21 Sep, 2013 3 commits
  6. 20 Sep, 2013 6 commits