From cc7566644237c28638976c42ea2ec3a14fc1ac1d Mon Sep 17 00:00:00 2001
From: Tim Plunkett <git@plnktt.com>
Date: Fri, 11 Mar 2011 15:11:55 -0600
Subject: [PATCH] Issue #1080630 by tim.plunkett: Layout is borked.

---
 template.php |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/template.php b/template.php
index b3d9bbc..37e14f1 100644
--- a/template.php
+++ b/template.php
@@ -1 +1,8 @@
 <?php
+
+/**
+ * Provide a valid, unique HTML ID.
+ */
+function html5_base_preprocess_region(&$variables) {
+  $variables['region'] = drupal_html_id($variables['region']);
+}
-- 
1.7.3.2

