Author: fabien
Date: 2010-04-01 11:05:02 +0200 (Thu, 01 Apr 2010)
New Revision: 28954

Modified:
   
doc/branches/1.4/gentle-introduction/en/06-Inside-the-Controller-Layer.markdown
   doc/branches/1.4/gentle-introduction/en/18-Performance.markdown
Log:
[doc] [1.4] fixed markdown

Modified: 
doc/branches/1.4/gentle-introduction/en/06-Inside-the-Controller-Layer.markdown
===================================================================
--- 
doc/branches/1.4/gentle-introduction/en/06-Inside-the-Controller-Layer.markdown 
    2010-04-01 08:49:30 UTC (rev 28953)
+++ 
doc/branches/1.4/gentle-introduction/en/06-Inside-the-Controller-Layer.markdown 
    2010-04-01 09:05:02 UTC (rev 28954)
@@ -441,9 +441,9 @@
 `getCharsets()`                  | Array of accepted charsets             | 
`Array( ` ` [0] => ISO-8859-1 ` ` [1] => UTF-8 ` ` [2] => * )`
 getAcceptableContentTypes()      | Array of accepted content types        | 
`Array( [0] => text/xml [1] => text/html`
 
-* *Works with prototype, Prototype, Mootools, and jQuery*
+`*` *Works with prototype, Prototype, Mootools, and jQuery*
 
-** *Sometimes blocked by proxies*
+`**` *Sometimes blocked by proxies*
 
 You don't have to worry about whether your server supports the `$_SERVER` or 
the `$_ENV` variables, or about default values or server-compatibility 
issues--the `sfWebRequest` methods do it all for you. Besides, their names are 
so evident that you will no longer need to browse the PHP documentation to find 
out how to get information from the request.
 

Modified: doc/branches/1.4/gentle-introduction/en/18-Performance.markdown
===================================================================
--- doc/branches/1.4/gentle-introduction/en/18-Performance.markdown     
2010-04-01 08:49:30 UTC (rev 28953)
+++ doc/branches/1.4/gentle-introduction/en/18-Performance.markdown     
2010-04-01 09:05:02 UTC (rev 28954)
@@ -23,6 +23,8 @@
 >**NOTE**
 >You might be wondering about the overhead caused by the `mod_rewrite` 
 >extension: it is negligible. Of course, loading an image with rewriting rules 
 >is slower than loading an image without, but the slowdown is orders of 
 >magnitude below the execution of any PHP statement.
 
+-
+
 >**TIP**
 >When one server is not enough, you can still add another and use load 
 >balancing. As long as the `uploads/` directory is shared and you use database 
 >storage for sessions, a symfony project will react seamlessly in a 
 >load-balanced architecture.
 

-- 
You received this message because you are subscribed to the Google Groups 
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/symfony-svn?hl=en.

Reply via email to