diff --git a/wp-content/themes/simplex/content.php b/wp-content/themes/simplex/content.php
index 02dfc07cace27935eac33f1616d17ee7e622fb8d..ae30d0506eaeab9011dad9e2749551512d0d1434 100644
--- a/wp-content/themes/simplex/content.php
+++ b/wp-content/themes/simplex/content.php
@@ -10,7 +10,7 @@
 	<header class="entry-header">
 		<?php do_action( 'simplex_before_title' ); ?>
 		<div class="entry-meta">
-			<?php simplex_posted_on(); ?>
+			<?php simplex_posted_on(); ?> by <?php the_author(); ?>
 		</div><!-- .entry-meta -->
 		<h2 class="entry-title"><a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr__( 'Permalink to %s', 'simplex' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><?php the_title(); ?></a></h2>
 
diff --git a/wp-content/themes/simplex/style.css b/wp-content/themes/simplex/style.css
index 19ece8f135c1d5c9b510e0f274ba898fd173ed0c..25b1a892b2bcba4341532ecc0b7709274c9d1303 100644
--- a/wp-content/themes/simplex/style.css
+++ b/wp-content/themes/simplex/style.css
@@ -2,7 +2,7 @@
 Theme Name: simpleX
 Theme URI: http://www.wpshoppe.com/themes/simpleX
 Description: A responsive minimalist WordPress blog theme
-Version: 2.0.1.2
+Version: 2.0.1.3
 Author: Chandra Maharzan
 Author URI: http://www.wpshoppe.com/about/
 License: GPL
@@ -956,7 +956,6 @@ img.alignright {
 /* =Video
 -------------------------------------------------------------- */
 
-object,
 embed,
 video {
 	max-width:100%;