Derick Rethans wrote: > Author: dr > Date: Thu Jan 31 15:50:56 2008 > New Revision: 7269 > > Log: > - Fixed issue #12477: missing backslash \ in file format part of configuration > component tutorial. > > Modified: > trunk/Configuration/ChangeLog > trunk/Configuration/docs/tutorial.txt > > Modified: trunk/Configuration/ChangeLog > ============================================================================== > --- trunk/Configuration/ChangeLog [iso-8859-1] (original) > +++ trunk/Configuration/ChangeLog [iso-8859-1] Thu Jan 31 15:50:56 2008 > @@ -1,3 +1,10 @@ > +1.2.1 - [RELEASEDATE] > +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > + > +- Fixed issue #12477: missing backslash \ in file format part of > configuration > + component tutorial. > + > + > 1.2 - Monday 02 July 2007 > > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > > > Modified: trunk/Configuration/docs/tutorial.txt > ============================================================================== > --- trunk/Configuration/docs/tutorial.txt [iso-8859-1] (original) > +++ trunk/Configuration/docs/tutorial.txt [iso-8859-1] Thu Jan 31 15:50:56 > 2008 > @@ -300,7 +300,7 @@ > > "This contains \"quote\" characters" > > - b) *\\\\* which will be replaced with the backslash character (\):: > + b) *\\\\* which will be replaced with the backslash character (\\):: > > "This contains a backslash \\" >
I wish all issues were as easy as this one! :) -- Alexandru Stanoi eZ Components System Developer eZ Systems | http://ez.no -- svn-components mailing list [EMAIL PROTECTED] http://lists.ez.no/mailman/listinfo/svn-components
