quickfix for solstice
Signed-off-by: Christopher Guindon <chris.guindon@eclipse-foundation.org>
diff --git a/content/en_index.php b/content/en_index.php
index b47ce4a..dca3060 100644
--- a/content/en_index.php
+++ b/content/en_index.php
@@ -41,7 +41,7 @@
$form = "<form method=\"get\" action=\"$bugzilla\">" . implode('', $inputs) . "</form>";
?>
-
+<div class="col-md-20">
<h1><?php print $pageTitle; ?></h1>
<p>
<i>ISO 27005 defines vulnerability as: "A weakness of an asset
@@ -101,4 +101,5 @@
<p>
Publicly disclosed issues are listed on the <a href="known.php">Disclosed
Vulnerabilities Page</a>.
-</p>
\ No newline at end of file
+</p>
+</div>
\ No newline at end of file
diff --git a/content/en_known.php b/content/en_known.php
index 18cd520..df25d62 100644
--- a/content/en_known.php
+++ b/content/en_known.php
@@ -19,11 +19,13 @@
require_once($_SERVER['DOCUMENT_ROOT'] . "/projects/classes/Bug.class.php");
$bugs = findResolvedSecurityBugs();
?>
-
+<div class="col-md-20">
<h1><?php echo $pageTitle; ?></h1>
<?php
print "<ul>";
foreach ($bugs as $bug) {
print "<li>" . $bug->asHtml() . "</li>";
}
- print "</ul>";
\ No newline at end of file
+ print "</ul>";
+?>
+</div>
\ No newline at end of file
diff --git a/content/en_policy.php b/content/en_policy.php
index f0b08a8..d266524 100644
--- a/content/en_policy.php
+++ b/content/en_policy.php
@@ -13,7 +13,7 @@
* SPDX-License-Identifier: EPL-2.0
*/
?>
-
+<div class="col-md-20">
<h1><?php print $pageTitle; ?></h1>
<a name="Overview"></a>
<h2>Overview</h2>
@@ -202,4 +202,5 @@
href="http://www.cert.org" class="external text"
title="http://www.cert.org" rel="nofollow">CERT</a>. The EMO can
provide assistance.
-</p>
\ No newline at end of file
+</p>
+</div>
\ No newline at end of file