diff --git a/profiles/wcm_base/CHANGELOG.txt b/profiles/wcm_base/CHANGELOG.txt
index d63ec10ee8341f39ab5e05389cb7233542615919..223904ebdd186c41f8d2a6ed8bd2468e5658a21b 100644
--- a/profiles/wcm_base/CHANGELOG.txt
+++ b/profiles/wcm_base/CHANGELOG.txt
@@ -1,3 +1,7 @@
+WCM Base 7.x-1.x, 2015-09-22
+----------------------------
+- WCM User Profile: Telephone field bugfix for new sites.
+
 WCM Base 7.x-1.x, 2015-09-21
 ----------------------------
 - WCM User Profile: Added dynamic user profile breadcrumb.
diff --git a/profiles/wcm_base/modules/custom/wcm_user_profile/wcm_user_profile.features.field_base.inc b/profiles/wcm_base/modules/custom/wcm_user_profile/wcm_user_profile.features.field_base.inc
index 12c09d63d780da9add97f48465cc411acc21765a..7a1b252a416734a8ed696110684bbfb3f4c6226b 100644
--- a/profiles/wcm_base/modules/custom/wcm_user_profile/wcm_user_profile.features.field_base.inc
+++ b/profiles/wcm_base/modules/custom/wcm_user_profile/wcm_user_profile.features.field_base.inc
@@ -99,11 +99,7 @@ function wcm_user_profile_field_default_field_bases() {
     'deleted' => 0,
     'entity_types' => array(),
     'field_name' => 'field_phone',
-    'indexes' => array(
-      'format' => array(
-        0 => 'format',
-      ),
-    ),
+    'indexes' => array(),
     'locked' => 0,
     'module' => 'telephone',
     'settings' => array(
diff --git a/profiles/wcm_base/themes/ocio_omega_base/layouts/ocio-default/ocio-default-layout.tpl.php b/profiles/wcm_base/themes/ocio_omega_base/layouts/ocio-default/ocio-default-layout.tpl.php
index a7042c902aa7f0c7a81f8bfb4e6fc30ade00a71e..0c9d71baf52ecd8744066c102ef3e63963b5c1fe 100644
--- a/profiles/wcm_base/themes/ocio_omega_base/layouts/ocio-default/ocio-default-layout.tpl.php
+++ b/profiles/wcm_base/themes/ocio_omega_base/layouts/ocio-default/ocio-default-layout.tpl.php
@@ -31,7 +31,7 @@
     <?php else: ?>
     <div>
     <?php endif; ?>
-
+      <div class="l-content" role="main">
       	<?php if (!$is_front && !empty($title)): ?>
       		<?php if ($landing_page) :?>
 						<h1 class="title l-constrained max-width" id="page-title"><?php print $title; ?></h1>