Skip to content

Commit

Permalink
Fixed more table headers formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
javiereguiluz committed Jun 3, 2014
1 parent 314c131 commit 81fe666
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions reference/dic_tags.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ may also be tags in other bundles you use that aren't listed here.

+-----------------------------------+---------------------------------------------------------------------------+
| Tag Name | Usage |
+-----------------------------------+---------------------------------------------------------------------------+
+===================================+===========================================================================+
| `assetic.asset`_ | Register an asset to the current asset manager |
+-----------------------------------+---------------------------------------------------------------------------+
| `assetic.factory_worker`_ | Add a factory worker |
Expand Down Expand Up @@ -473,7 +473,7 @@ Core Cache Warmers
+-------------------------------------------------------------------------------------------+-----------+
| Cache Warmer Class Name | Priority |
+-------------------------------------------------------------------------------------------+-----------+
+===========================================================================================+===========+
| :class:`Symfony\\Bundle\\FrameworkBundle\\CacheWarmer\\TemplatePathsCacheWarmer` | 20 |
+-------------------------------------------------------------------------------------------+-----------+
| :class:`Symfony\\Bundle\\FrameworkBundle\\CacheWarmer\\RouterCacheWarmer` | 0 |
Expand Down Expand Up @@ -514,7 +514,7 @@ kernel.request
+-------------------------------------------------------------------------------------------+-----------+
| Listener Class Name | Priority |
+-------------------------------------------------------------------------------------------+-----------+
+===========================================================================================+===========+
| :class:`Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener` | 1024 |
+-------------------------------------------------------------------------------------------+-----------+
| :class:`Symfony\\Bundle\\FrameworkBundle\\EventListener\\TestSessionListener` | 192 |
Expand All @@ -533,7 +533,7 @@ kernel.controller
+-------------------------------------------------------------------------------------------+----------+
| Listener Class Name | Priority |
+-------------------------------------------------------------------------------------------+----------+
+===========================================================================================+==========+
| :class:`Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RequestDataCollector` | 0 |
+-------------------------------------------------------------------------------------------+----------+
Expand All @@ -542,7 +542,7 @@ kernel.response
+-------------------------------------------------------------------------------------------+----------+
| Listener Class Name | Priority |
+-------------------------------------------------------------------------------------------+----------+
+===========================================================================================+==========+
| :class:`Symfony\\Component\\HttpKernel\\EventListener\\EsiListener` | 0 |
+-------------------------------------------------------------------------------------------+----------+
| :class:`Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener` | 0 |
Expand All @@ -563,7 +563,7 @@ kernel.exception
+-------------------------------------------------------------------------------------------+----------+
| Listener Class Name | Priority |
+-------------------------------------------------------------------------------------------+----------+
+===========================================================================================+==========+
| :class:`Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener` | 0 |
+-------------------------------------------------------------------------------------------+----------+
| :class:`Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener` | -128 |
Expand All @@ -574,7 +574,7 @@ kernel.terminate
+-------------------------------------------------------------------------------------------+----------+
| Listener Class Name | Priority |
+-------------------------------------------------------------------------------------------+----------+
+===========================================================================================+==========+
| :class:`Symfony\\Bundle\\SwiftmailerBundle\\EventListener\\EmailSenderListener` | 0 |
+-------------------------------------------------------------------------------------------+----------+
Expand Down

0 comments on commit 81fe666

Please sign in to comment.