From 955870fc4cbc17550e73a62ff6557095e6ee3cf3 Mon Sep 17 00:00:00 2001
From: saksham1115 <saksham115@gmail.com>
Date: Mon, 29 Feb 2016 18:36:24 +0530
Subject: [PATCH 3/3] Fix gor issue #5429
---
 docs/source/siteadmin/media-types.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/source/siteadmin/media-types.rst b/docs/source/siteadmin/media-types.rst
index 712c5c4..09c31e3 100644
      
        
          
        
        
          
            | 
              a
             | 
            
              b
             | 
            
               Most media types have additional dependencies that you will have to install.
               
             | 
          
        
        
          
            | 38 | 38 | You will find descriptions on how to satisfy the requirements of each media type | 
          
          
            | 39 | 39 | on this page. | 
          
          
            | 40 | 40 |  | 
          
        
        
          
            | 41 |   | To enable a media type, add the the media type under the ``[plugins]`` section | 
          
          
            | 42 |   | in you ``mediagoblin.ini``. For example, if your system supported image | 
          
          
            |   | 41 | To enable a media type, add the media type under the ``[plugins]`` section | 
          
          
            |   | 42 | in your ``mediagoblin.ini``. For example, if your system supports image | 
          
        
        
          
            | 43 | 43 | and video media types, then it would look like this:: | 
          
          
            | 44 | 44 |  | 
          
          
            | 45 | 45 |     [plugins] |