diff --git a/composer.patches.json b/composer.patches.json
index cc392e371ab6dd853d6013c886ee46e5d95caad5..af7715f03566f330fdf8753a6838164b3e60191a 100644
--- a/composer.patches.json
+++ b/composer.patches.json
@@ -10,10 +10,7 @@
         },
         "wpackagist-plugin/disable-wordpress-updates": {
             "Run update checks during cron": "patches/plugins/disable-wordpress-updates.patch"
-        },
-        "wpackagist-theme/minimalism": {
-            "Minimalism theme footer": "patches/themes/themes-minimalism.patch"
-        },
+        },        
         "wpackagist-plugin/hyperdb": {
 	    "Added optional logging": "patches/hyperdb/0158-Added-optional-logging.patch"
         },
@@ -39,6 +36,78 @@
         },
 	"wpackagist-plugin/simply-exclude": {
             "Small workaround to fix simplyexclude plugin broken with wordpress 4": "patches/plugins/0117-simplyexclude.patch"
+        },
+        "wpackagist-theme/minimalism": {
+            "Minimalism theme footer": "patches/themes/themes-minimalism.patch"
+        },
+        "wpackagist-theme/azul": {
+            "Azul theme footer": "patches/themes/0056-Patch-theme-azul.patch"
+        },
+        "wpackagist-theme/carrington-blog": {
+            "carrington-blog theme footer": "patches/themes/0057-Patch-theme-carrington-blog.patch"
+        },
+        "wpackagist-theme/classic": {
+            "classic theme footer": "patches/themes/0058-Patch-theme-classic.patch"
+        },
+        "wpackagist-theme/default": {
+            "default theme footer": "patches/themes/0062-Patch-theme-default.patch"
+        },
+        "wpackagist-theme/disconnected": {
+            "disconnected theme footer": "patches/themes/0063-Patch-theme-disconnected.patch"
+        },
+        "wpackagist-theme/elegant-grunge": {
+            "elegant-grunge theme footer": "patches/themes/0064-Patch-theme-elegant-grunge.patch"
+        },
+        "wpackagist-theme/fixed-blix": {
+            "fixed-blix theme footer": "patches/themes/0065-Patch-theme-fixed-blix.patch"
+        },
+        "wpackagist-theme/fresh-editorial": {
+            "fresh-editorial theme footer": "patches/themes/0067-Patch-theme-fresh-editorial.patch"
+        },
+        "wpackagist-theme/gone-fishing": {
+            "gone-fishing theme footer": "patches/themes/0069-Patch-theme-gone-fishing.patch"
+        },
+        "wpackagist-theme/inove": {
+            "inove theme footer": "patches/themes/0071-Patch-theme-inove.patch"
+        },
+        "wpackagist-theme/minimalism": {
+            "minimalism theme footer": "patches/themes/0072-Patch-theme-minimalism.patch"
+        },
+        "wpackagist-theme/mnml": {
+            "mnml theme footer": "patches/themes/0073-Patch-theme-mnml.patch"
+        },
+        "wpackagist-theme/ocular-professor": {
+            "ocular-professor theme footer": "patches/themes/0073-Patch-theme-ocular-professor.patch"
+        },
+        "wpackagist-theme/plaintxtblog": {
+            "plaintxtblog theme footer": "patches/themes/0078-Patch-theme-plaintxtblog.patch"
+        },
+        "wpackagist-theme/primepress": {
+            "primepress theme footer": "patches/themes/0079-Patch-theme-primepress.patch"
+        },
+        "wpackagist-theme/rusty-grunge": {
+            "rusty-grunge theme footer": "patches/themes/0080-Patch-theme-rusty-grunge.patch"
+        },
+        "wpackagist-theme/sandbox": {
+            "sandbox theme footer": "patches/themes/0081-Patch-theme-sandbox.patch"
+        },
+        "wpackagist-theme/simplex": {
+            "simplex theme footer": "patches/themes/0083-Patch-theme-simplex.patch"
+        },
+        "wpackagist-theme/tanzaku": {
+            "tanzaku theme footer": "patches/themes/0084-Patch-theme-tanzaku.patch"
+        },
+        "wpackagist-theme/the-scenery": {
+            "the-scenery theme footer": "patches/themes/0085-Patch-theme-the-scenery.patch"
+        },
+        "wpackagist-theme/threattocreativity": {
+            "threattocreativity theme footer": "patches/themes/0086-Patch-theme-threattocreativity.patch"
+        },
+        "wpackagist-theme/veryplaintxt": {
+            "veryplaintxt theme footer": "patches/themes/0089-Patch-theme-veryplaintxt.patch"
+        },
+        "wpackagist-theme/wp-andreas01": {
+            "wp-andreas01 theme footer": "patches/themes/0090-Patch-theme-wp-andreas01.patch"
         }
     }
 }
diff --git a/patches/themes/0057-Patch-theme-carrington-blog.patch b/patches/themes/0057-Patch-theme-carrington-blog.patch
index dd20be2e9e0f855179abac3548841a0414dbe7f8..21e1d88a7b862e72de6a1767ab70896798c5fa6c 100644
--- a/patches/themes/0057-Patch-theme-carrington-blog.patch
+++ b/patches/themes/0057-Patch-theme-carrington-blog.patch
@@ -11,7 +11,7 @@ diff --git a/wp-content/themes/carrington-blog/footer/footer-default.php b/wp-co
 index 6e968624..15a89b62 100644
 --- a/wp-content/themes/carrington-blog/footer/footer-default.php
 +++ b/wp-content/themes/carrington-blog/footer/footer-default.php
-@@ -25,11 +25,11 @@ if (CFCT_DEBUG) { cfct_banner(__FILE__); }
+@@ -25,12 +25,11 @@ if (CFCT_DEBUG) { cfct_banner(__FILE__); }
  		<hr class="lofi" />
  		<div id="footer" class="section">
  			<div class="wrapper">		
@@ -25,13 +25,6 @@ index 6e968624..15a89b62 100644
  <?php
  }
  ?>
-@@ -38,4 +38,4 @@ if (cfct_get_option('cfct_credit') == 'yes') {
- 	</div><!--#page-->
- 	<?php wp_footer() ?>
- </body>
--</html>
-\ No newline at end of file
-+</html>
 -- 
 2.17.1
 
diff --git a/patches/themes/0058-Patch-theme-classic.patch b/patches/themes/0058-Patch-theme-classic.patch
index 1359d5b44f0c7682d6672789262999dbec78cfb9..df7689013303187b0dd05af122676f784e0bf064 100644
--- a/patches/themes/0058-Patch-theme-classic.patch
+++ b/patches/themes/0058-Patch-theme-classic.patch
@@ -11,7 +11,7 @@ diff --git a/wp-content/themes/classic/footer.php b/wp-content/themes/classic/fo
 index 819ed428..4f7c4370 100644
 --- a/wp-content/themes/classic/footer.php
 +++ b/wp-content/themes/classic/footer.php
-@@ -9,10 +9,10 @@
+@@ -9,10 +9,9 @@
  
  <?php get_sidebar(); ?>
  
@@ -22,9 +22,6 @@ index 819ed428..4f7c4370 100644
  
  <?php wp_footer(); ?>
  </body>
--</html>
-\ No newline at end of file
-+</html>
 -- 
 2.17.1
 
diff --git a/patches/themes/0064-Patch-theme-elegant-grunge.patch b/patches/themes/0064-Patch-theme-elegant-grunge.patch
index 980cfb0e9f6b697fe9adaffd33d33456535bc0e5..55089e4f7b1f37f3b00ba30d81ec8560a5c17e63 100644
--- a/patches/themes/0064-Patch-theme-elegant-grunge.patch
+++ b/patches/themes/0064-Patch-theme-elegant-grunge.patch
@@ -11,7 +11,7 @@ diff --git a/wp-content/themes/elegant-grunge/footer.php b/wp-content/themes/ele
 index 31ab7a04..f44ae399 100644
 --- a/wp-content/themes/elegant-grunge/footer.php
 +++ b/wp-content/themes/elegant-grunge/footer.php
-@@ -13,12 +13,12 @@
+@@ -13,12 +13,11 @@
     <?php get_sidebar('footer'); ?>
  
  	<div class="clear"></div>
@@ -25,9 +25,6 @@ index 31ab7a04..f44ae399 100644
  </div>
  
  </body>
--</html>
-\ No newline at end of file
-+</html>
 -- 
 2.17.1
 
diff --git a/patches/themes/0067-Patch-theme-fresh-editorial.patch b/patches/themes/0067-Patch-theme-fresh-editorial.patch
index 6b2e10ec3e65f2752bf3252f2d3a80f4f136de98..551537c1b9d646180a4613e37fbf27149509556d 100644
--- a/patches/themes/0067-Patch-theme-fresh-editorial.patch
+++ b/patches/themes/0067-Patch-theme-fresh-editorial.patch
@@ -20,13 +20,10 @@ index bcf806fa..358a8cd3 100644
  				<br />
  				<a title="web designer" href="http://www.brightcherry.co.uk">Web design</a> by Bright<b class="pink">Cherry</b>.
  			</p>
-@@ -86,4 +86,4 @@
+@@ -86,4 +86,3 @@
  
  
  </body>
--</html>
-\ No newline at end of file
-+</html>
 -- 
 2.17.1
 
diff --git a/patches/themes/0069-Patch-theme-gone-fishing.patch b/patches/themes/0069-Patch-theme-gone-fishing.patch
index b9405dd598eb83ee1e346a24bc86e0ad4bbe102b..dbae7ffd5afdf9997e3deaa783f4ffc7a7791c5f 100644
--- a/patches/themes/0069-Patch-theme-gone-fishing.patch
+++ b/patches/themes/0069-Patch-theme-gone-fishing.patch
@@ -11,16 +11,13 @@ diff --git a/wp-content/themes/gone-fishing/footer.php b/wp-content/themes/gone-
 index 900e3504..db0d3830 100644
 --- a/wp-content/themes/gone-fishing/footer.php
 +++ b/wp-content/themes/gone-fishing/footer.php
-@@ -1,6 +1,6 @@
+@@ -1,6 +1,5 @@
  	<div id="footer">
 -	Powered by <a href="http://www.wordpress.org">Wordpress</a> - Design by <a href="http://www.designer-daily.com">Designer-daily</a>
 +	Powered by <a href="http://www.autistici.org">R*</a> - Design by <a href="http://www.designer-daily.com">Designer-daily</a>
  	</div>
  	</div>
  </body>
--</html>
-\ No newline at end of file
-+</html>
 -- 
 2.17.1
 
diff --git a/patches/themes/0072-Patch-theme-minimalism.patch b/patches/themes/0072-Patch-theme-minimalism.patch
index 4291bea44bf0bbaae07a844dad236ad15d33399c..28a3468889a7d39a0ac852326954a5a25d850065 100644
--- a/patches/themes/0072-Patch-theme-minimalism.patch
+++ b/patches/themes/0072-Patch-theme-minimalism.patch
@@ -20,13 +20,10 @@ index a7f191a7..24ea872d 100644
  		<br /><?php printf(__('%1$s and %2$s.', 'minimalism'), '<a href="' . get_bloginfo('rss2_url') . '">' . __('Entries (RSS)', 'minimalism') . '</a>', '<a href="' . get_bloginfo('comments_rss2_url') . '">' . __('Comments (RSS)', 'minimalism') . '</a>'); ?>
  		<!-- <?php printf(__('%d queries. %s seconds.', 'minimalism'), get_num_queries(), timer_stop(0, 3)); ?> -->
  	</p>
-@@ -16,4 +16,4 @@
+@@ -16,4 +16,3 @@
  
  		<?php wp_footer(); ?>
  </body>
--</html>
-\ No newline at end of file
-+</html>
 -- 
 2.17.1
 
diff --git a/patches/themes/0073-Patch-theme-mnml.patch b/patches/themes/0073-Patch-theme-mnml.patch
index a47214d3a63b909a76acfff64a8f460509c85efb..74b92c4ee4b56be59c7fd870c16ca87e5c31108f 100644
--- a/patches/themes/0073-Patch-theme-mnml.patch
+++ b/patches/themes/0073-Patch-theme-mnml.patch
@@ -11,7 +11,7 @@ diff --git a/wp-content/themes/mnml/footer.php b/wp-content/themes/mnml/footer.p
 index 439bd17c..91831d99 100755
 --- a/wp-content/themes/mnml/footer.php
 +++ b/wp-content/themes/mnml/footer.php
-@@ -2,8 +2,7 @@
+@@ -2,9 +2,7 @@
      </div><!-- #content-wrap -->
      
  	<div id="footer">
@@ -21,13 +21,6 @@ index 439bd17c..91831d99 100755
  	</div><!-- #footer -->
  
  </div><!-- #wrapper .hfeed -->
-@@ -11,4 +10,4 @@
- <?php wp_footer() ?>
- 
- </body>
--</html>
-\ No newline at end of file
-+</html>
 -- 
 2.17.1
 
diff --git a/patches/themes/0077-Patch-theme-ocular-professor.patch b/patches/themes/0077-Patch-theme-ocular-professor.patch
index 3ba3420fb189b6231f65322dfd688f064fed2f96..ca1029de4da9dafcbf01c7696f6bc693133d4128 100644
--- a/patches/themes/0077-Patch-theme-ocular-professor.patch
+++ b/patches/themes/0077-Patch-theme-ocular-professor.patch
@@ -11,7 +11,7 @@ diff --git a/wp-content/themes/ocular-professor/footer.php b/wp-content/themes/o
 index 3641676f..0917680f 100755
 --- a/wp-content/themes/ocular-professor/footer.php
 +++ b/wp-content/themes/ocular-professor/footer.php
-@@ -48,7 +48,7 @@
+@@ -48,7 +48,6 @@
  	<div id="footer">
  	<div class="copyright">
  	<p><a href="http://http://andreamignolo.com/ocular-professor/">Ocular Professor</a> by <a href="http://andreamignolo.com">Mignolo</a> &sect; Powered by 
@@ -19,14 +19,6 @@ index 3641676f..0917680f 100755
 +		<a href="http://autistici.org">R*</a>
  	</p>
  	</div>
- 
-@@ -57,4 +57,4 @@
- <?php wp_footer(); ?>
- </body>
- 
--</html>
-\ No newline at end of file
-+</html>
 -- 
 2.17.1
 
diff --git a/patches/themes/0078-Patch-theme-plaintxtblog.patch b/patches/themes/0078-Patch-theme-plaintxtblog.patch
index 16b93b5511dc1d461778b0174c38e01f9823d876..652945a94a0aff5422e4c43c54965315582a4783 100644
--- a/patches/themes/0078-Patch-theme-plaintxtblog.patch
+++ b/patches/themes/0078-Patch-theme-plaintxtblog.patch
@@ -11,7 +11,7 @@ diff --git a/wp-content/themes/plaintxtblog/footer.php b/wp-content/themes/plain
 index 50ad3441..9abc8b8a 100644
 --- a/wp-content/themes/plaintxtblog/footer.php
 +++ b/wp-content/themes/plaintxtblog/footer.php
-@@ -1,7 +1,6 @@
+@@ -1,8 +1,6 @@
  	<div id="footer">
 -		<span id="copyright">&copy; <?php echo( date('Y') ); ?> <?php plaintxtblog_admin_hCard(); ?></span>
 -		<span class="meta-sep">|</span>
@@ -21,13 +21,6 @@ index 50ad3441..9abc8b8a 100644
  		<span class="meta-sep">|</span>
  		<span id="theme-link"><a href="http://www.plaintxt.org/themes/plaintxtblog/" title="plaintxtblog theme for WordPress" rel="follow designer">plaintxtblog</a> theme by <span class="vcard"><a class="url fn n" href="http://scottwallick.com/" title="scottwallick.com" rel="follow designer"><span class="given-name">Scott</span><span class="additional-name"> Allan</span><span class="family-name"> Wallick</span></a></span></span><!-- Theme design credit, that's all -->
  		<span class="meta-sep">|</span>
-@@ -15,4 +14,4 @@
- <?php wp_footer() // Do not remove; helps plugins work ?>
- 
- </body><!-- end transmission -->
--</html>
-\ No newline at end of file
-+</html>
 -- 
 2.17.1
 
diff --git a/patches/themes/0079-Patch-theme-primepress.patch b/patches/themes/0079-Patch-theme-primepress.patch
index 5364cbacdcdc587f84bcf2dcc79716cc22f66f50..d6bd88e0f72f29aa78a1b54d305c96f148185779 100644
--- a/patches/themes/0079-Patch-theme-primepress.patch
+++ b/patches/themes/0079-Patch-theme-primepress.patch
@@ -11,7 +11,7 @@ diff --git a/wp-content/themes/primepress/footer.php b/wp-content/themes/primepr
 index 3e2353a2..21360043 100644
 --- a/wp-content/themes/primepress/footer.php
 +++ b/wp-content/themes/primepress/footer.php
-@@ -1,11 +1,12 @@
+@@ -1,11 +1,11 @@
  	<div id="footer">
 -		<p class="left">&#169; <?php echo date('Y');?> <strong><?php bloginfo('name'); ?></strong> | Powered by <strong><a href="http://wordpress.org/">WordPress</a></strong></p>
 -		<p class="right">A <strong><a href="http://www.techtrot.com/primepress/" title="PrimePress theme homepage">WordPress theme</a></strong> by <strong>Ravi Varma</strong></p>
@@ -25,9 +25,6 @@ index 3e2353a2..21360043 100644
  </div><!--#page-->
  <?php wp_footer(); ?>
  </body>
--</html>
-\ No newline at end of file
-+</html>
 -- 
 2.17.1
 
diff --git a/patches/themes/0080-Patch-theme-rusty-grunge.patch b/patches/themes/0080-Patch-theme-rusty-grunge.patch
index e8ff39dd4d81bcf27e7ad06a183e7f5195c342e0..18a299fa47a8a4149379fe0dcaa3e13fe0ad6697 100644
--- a/patches/themes/0080-Patch-theme-rusty-grunge.patch
+++ b/patches/themes/0080-Patch-theme-rusty-grunge.patch
@@ -11,20 +11,13 @@ diff --git a/wp-content/themes/rusty-grunge/footer.php b/wp-content/themes/rusty
 index 75c05093..47bc0815 100644
 --- a/wp-content/themes/rusty-grunge/footer.php
 +++ b/wp-content/themes/rusty-grunge/footer.php
-@@ -1,5 +1,5 @@
+@@ -1,6 +1,5 @@
  		<ul id="footer">
 -			<li class="left">&copy; <a href="<?php bloginfo('url') ?>" title="Home"><?php bloginfo('name') ?></a>. All Rights Reserved.</li>
 +		<li class="left">Proudly powered by <a href="http://www.autistici.org">R*</a></li>
  			<li class="right">WordPress Theme designed by <a href="http://www.chris-wallace.com" title="Chris Wallace">Chris Wallace</a></li>
  			<!-- I would appreciate if you would leave the link back to my site but is certainly not required. -->
  		</ul>
-@@ -7,4 +7,4 @@
-   <?php wp_footer() ?>
- 		
- </body>
--</html>
-\ No newline at end of file
-+</html>
 -- 
 2.17.1
 
diff --git a/patches/themes/0081-Patch-theme-sandbox.patch b/patches/themes/0081-Patch-theme-sandbox.patch
index f66f6726bcaefa90e8859fda94590bc38c62a845..0707d5689cf040301ff4ec8eda7f17fa8757d558 100644
--- a/patches/themes/0081-Patch-theme-sandbox.patch
+++ b/patches/themes/0081-Patch-theme-sandbox.patch
@@ -11,7 +11,7 @@ diff --git a/wp-content/themes/sandbox/footer.php b/wp-content/themes/sandbox/fo
 index cd88245a..672a22a4 100644
 --- a/wp-content/themes/sandbox/footer.php
 +++ b/wp-content/themes/sandbox/footer.php
-@@ -1,6 +1,6 @@
+@@ -1,7 +1,6 @@
  
  	<div id="footer">
 -		<span id="generator-link"><a href="http://wordpress.org/" title="<?php _e( 'WordPress', 'sandbox' ) ?>" rel="generator"><?php _e( 'WordPress', 'sandbox' ) ?></a></span>
@@ -19,13 +19,6 @@ index cd88245a..672a22a4 100644
  		<span class="meta-sep">|</span>
  		<span id="theme-link"><a href="http://www.plaintxt.org/themes/sandbox/" title="<?php _e( 'Sandbox theme for WordPress', 'sandbox' ) ?>" rel="designer"><?php _e( 'Sandbox', 'sandbox' ) ?></a></span>
  	</div><!-- #footer -->
-@@ -10,4 +10,4 @@
- <?php wp_footer() ?>
- 
- </body>
--</html>
-\ No newline at end of file
-+</html>
 -- 
 2.17.1
 
diff --git a/patches/themes/0084-Patch-theme-tanzaku.patch b/patches/themes/0084-Patch-theme-tanzaku.patch
index 614aa1ac99a569bd06159ba758493c5f5a3b9e64..b3edde04250d71af939cafeee284e766f3ca401f 100644
--- a/patches/themes/0084-Patch-theme-tanzaku.patch
+++ b/patches/themes/0084-Patch-theme-tanzaku.patch
@@ -11,7 +11,7 @@ diff --git a/wp-content/themes/tanzaku/footer.php b/wp-content/themes/tanzaku/fo
 index dd2743c0..326d6ea1 100644
 --- a/wp-content/themes/tanzaku/footer.php
 +++ b/wp-content/themes/tanzaku/footer.php
-@@ -2,9 +2,7 @@
+@@ -2,10 +2,7 @@
  	<div id="footer-wrapper">
  		<div id="footer">
  			<p>
@@ -22,13 +22,6 @@ index dd2743c0..326d6ea1 100644
  			with "tanzaku" WordPress theme by <a href="http://www.tripleships.com/">TRIPLESHIPS.Inc</a>
  			</p>
  		</div>
-@@ -13,4 +11,4 @@
- 
- <?php wp_footer(); ?>
- </body>
--</html>
-\ No newline at end of file
-+</html>
 -- 
 2.17.1
 
diff --git a/patches/themes/0085-Patch-theme-the-scenery.patch b/patches/themes/0085-Patch-theme-the-scenery.patch
index c787c57ce2acf56d49e10c6be3c9fc748f509131..11774f55213c8d15e1e00f484d7aa9b3c4c6200d 100644
--- a/patches/themes/0085-Patch-theme-the-scenery.patch
+++ b/patches/themes/0085-Patch-theme-the-scenery.patch
@@ -11,7 +11,7 @@ diff --git a/wp-content/themes/the-scenery/footer.php b/wp-content/themes/the-sc
 index 74923fc2..1fe1dd47 100644
 --- a/wp-content/themes/the-scenery/footer.php
 +++ b/wp-content/themes/the-scenery/footer.php
-@@ -29,7 +29,7 @@
+@@ -29,8 +29,7 @@
  		<div id="footer">
  			<div id="footer-shadow"></div>
  			<div id="footer-body">
@@ -20,13 +20,6 @@ index 74923fc2..1fe1dd47 100644
  				<?php wp_footer(); ?>
  			</div>
  		</div>
-@@ -172,4 +172,4 @@ jQuery(function(){
- 		
- 	</div>
- </body>
--</html>
-\ No newline at end of file
-+</html>
 -- 
 2.17.1
 
diff --git a/patches/themes/0086-Patch-theme-threattocreativity.patch b/patches/themes/0086-Patch-theme-threattocreativity.patch
index b8e28cb5d4ff1180a941dbf5333b28cf43275694..77bf835f06e02f0415ebf14a4503bc0df3d1318e 100644
--- a/patches/themes/0086-Patch-theme-threattocreativity.patch
+++ b/patches/themes/0086-Patch-theme-threattocreativity.patch
@@ -11,7 +11,7 @@ diff --git a/wp-content/themes/threattocreativity/footer.php b/wp-content/themes
 index 4ae6a58e..81ebdbc9 100644
 --- a/wp-content/themes/threattocreativity/footer.php
 +++ b/wp-content/themes/threattocreativity/footer.php
-@@ -6,12 +6,12 @@
+@@ -6,12 +6,11 @@
  			<?php bloginfo('description'); ?>
  
  
@@ -25,9 +25,6 @@ index 4ae6a58e..81ebdbc9 100644
          </div>
  	</div>
  </body>
--</html>
-\ No newline at end of file
-+</html>
 -- 
 2.17.1
 
diff --git a/patches/themes/0089-Patch-theme-veryplaintxt.patch b/patches/themes/0089-Patch-theme-veryplaintxt.patch
index bb78680f344544a6686d16e07ea6d5e6d7426906..ab28949ae3fabffe5f4955f6cbf3f3ae19a814ab 100644
--- a/patches/themes/0089-Patch-theme-veryplaintxt.patch
+++ b/patches/themes/0089-Patch-theme-veryplaintxt.patch
@@ -11,7 +11,7 @@ diff --git a/wp-content/themes/veryplaintxt/footer.php b/wp-content/themes/veryp
 index cff8dd52..506dc72d 100644
 --- a/wp-content/themes/veryplaintxt/footer.php
 +++ b/wp-content/themes/veryplaintxt/footer.php
-@@ -1,9 +1,9 @@
+@@ -1,10 +1,9 @@
  	<div id="footer">
 -		<span id="copyright">&copy; <?php echo( date('Y') ); ?> <?php veryplaintxt_admin_hCard(); ?></span>
 +		<span id="generator-link"><?php _e('Hosted by <a href="http://autistici.org/" title="Autistici/Inventati">R*</a>', 'veryplaintxt') ?></span>
@@ -24,13 +24,6 @@ index cff8dd52..506dc72d 100644
  		<span class="meta-sep">&para;</span>
  		<span id="web-standards"><?php _e('It\'s nice', 'veryplaintxt') ?> <a href="http://validator.w3.org/check/referer" title="Valid XHTML">XHTML</a> &amp; <a href="http://jigsaw.w3.org/css-validator/validator?profile=css2&amp;warning=2&amp;uri=<?php bloginfo('stylesheet_url'); ?>" title="Valid CSS">CSS</a>.</span>
  	</div><!-- #footer -->
-@@ -13,4 +13,4 @@
- </div><!-- #wrapper -->
- 
- </body><!-- end trasmission -->
--</html>
-\ No newline at end of file
-+</html>
 -- 
 2.17.1
 
diff --git a/patches/themes/0090-Patch-theme-wp-andreas01.patch b/patches/themes/0090-Patch-theme-wp-andreas01.patch
index e1d740828f901729fce60c9539023b76c66650a1..6df2782f97cdc6301076c0f604e77ba8d3d00701 100644
--- a/patches/themes/0090-Patch-theme-wp-andreas01.patch
+++ b/patches/themes/0090-Patch-theme-wp-andreas01.patch
@@ -11,7 +11,7 @@ diff --git a/wp-content/themes/wp-andreas01/footer.php b/wp-content/themes/wp-an
 index ec6f1bc0..54f03a92 100644
 --- a/wp-content/themes/wp-andreas01/footer.php
 +++ b/wp-content/themes/wp-andreas01/footer.php
-@@ -1,7 +1,7 @@
+@@ -1,7 +1,6 @@
  <div id="footer">
 -<p><span class="credits">&copy; <?php echo date('Y'); ?> <a href="<?php bloginfo('home'); ?>"><?php bloginfo('name'); ?></a> - <a href="<?php bloginfo('rss2_url'); ?>">Entries (RSS)</a> - <a href="<?php bloginfo('comments_rss2_url'); ?>">Comments (RSS)</a> - <?php wp_loginout(); ?></span><br />Powered by <a href="http://wordpress.org/">WordPress</a> - <a href="http://andreasviklund.com/wordpress-themes/">Theme design</a> by <a href="http://andreasviklund.com/" title="Original theme design by Andreas Viklund">Andreas Viklund</a></p>
 +<p><a href="<?php bloginfo('rss2_url'); ?>">Entries (RSS)</a> - <a href="<?php bloginfo('comments_rss2_url'); ?>">Comments (RSS)</a> - <?php wp_loginout(); ?></span><br />Powered by <a href="http://autistici.org/">R*</a> - <a href="http://andreasviklund.com/wordpress-themes/">Theme design</a> by <a href="http://andreasviklund.com/" title="Original theme design by Andreas Viklund">Andreas Viklund</a></p>
@@ -19,9 +19,6 @@ index ec6f1bc0..54f03a92 100644
  <?php do_action('wp_footer'); ?>
  </div>
  </body>
--</html>
-\ No newline at end of file
-+</html>
 -- 
 2.17.1