/instiki/svn

To download this project, use:
bzr branch http://golem.ph.utexas.edu/~distler/code/instiki/svn/

Viewing all changes in revision 338.

  • Committer: Jacques Distler
  • Date: 2009-01-15 04:55:59 UTC
  • Revision ID: distler@golem.ph.utexas.edu-20090115045559-n0iyqs2dkdrlzoil
Fix the "Backslashes in Included Equations" Bug

See
  http://golem.ph.utexas.edu/instiki/revision/Known+Bugs?rev=3#IncludedEqs

Who knew that

      @pre_rendered = String.new(self)

was not the same as

      @pre_rendered = String.new
      @pre_rendered = self

?

expand all expand all

Show diffs side-by-side

added added

removed removed