diff --git a/archive.php b/archive.php
index f054cc68..b55cb95f 100644
--- a/archive.php
+++ b/archive.php
@@ -28,7 +28,7 @@ get_header(); ?>
* what author we're dealing with (if that is the case).
*/
the_post();
- printf( __( 'Author: %s', '_s' ), '' . get_the_author() . '' );
+ printf( __( 'Author: %s', '_s' ), '' . get_the_author() . '' );
/* Since we called the_post() above, we need to
* rewind the loop back to the beginning that way
* we can run the loop properly, in full.
@@ -99,4 +99,4 @@ get_header(); ?>
-
\ No newline at end of file
+