From 94d37e06d4f94565a8897429976570c460bfb87c Mon Sep 17 00:00:00 2001
From: ale <ale@incal.net>
Date: Thu, 15 Apr 2021 16:06:01 +0100
Subject: [PATCH] Fix cr/lf for 0187-twentyten

---
 patches/themes/0187-twentyten.patch | 27 ++++++++++++++-------------
 1 file changed, 14 insertions(+), 13 deletions(-)

diff --git a/patches/themes/0187-twentyten.patch b/patches/themes/0187-twentyten.patch
index e1d98ad6..38e21f76 100644
--- a/patches/themes/0187-twentyten.patch
+++ b/patches/themes/0187-twentyten.patch
@@ -2,16 +2,17 @@ diff --git a/wp-content/themes/twentyten/footer.php b/wp-content/themes/twentyte
 index 4763e99a..3752b700 100644
 --- a/wp-content/themes/twentyten/footer.php
 +++ b/wp-content/themes/twentyten/footer.php
-@@ -43,9 +43,9 @@
- 				 */
- 				do_action( 'twentyten_credits' );
- 				?>
--				<a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentyten' ) ); ?>" class="imprint" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentyten' ); ?>">
--					<?php printf( __( 'Proudly powered by %s.', 'twentyten' ), 'WordPress' ); ?>
--				</a>
-+
-+    		   <strong>Proudly powered by <a href="http://www.autistici.org">R*</a></strong>
-+
- 			</div><!-- #site-generator -->
- 
- 		</div><!-- #colophon -->
+@@ -43,12 +43,7 @@
+ 				 */
+ 				do_action( 'twentyten_credits' );
+ 				?>
+-				<a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentyten' ) ); ?>" class="imprint" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentyten' ); ?>">
+-					<?php
+-					/* translators: %s: WordPress */
+-					printf( __( 'Proudly powered by %s.', 'twentyten' ), 'WordPress' );
+-					?>
+-				</a>
++				<strong>Proudly powered by <a href="https://www.autistici.org">R*</a></strong>
+ 			</div><!-- #site-generator -->
+ 
+ 		</div><!-- #colophon -->
-- 
GitLab