Commit 100e3dc2 authored by Igor Wiedler's avatar Igor Wiedler

[docs] style adjustment

parent 4e1ce729
......@@ -27,7 +27,7 @@ The use statement aliases ``Silex\Application`` to ``Application``.
One other thing you have to do is configure your web server. If you
are using apache you can use a ``.htaccess`` file for this.
.. code-block:: text
.. code-block:: apache
<IfModule mod_rewrite.c>
RewriteEngine On
......@@ -254,7 +254,7 @@ You can also chain these calls::
->assert('commentId', '\d+');
Named routes
~~~~~~~~~~~~~~~
~~~~~~~~~~~~
Certain extensions (such as ``UrlGenerator``) can make use of named routes.
By default Silex will generate a route name for you, that cannot really be
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment