summaryrefslogtreecommitdiff
path: root/mediaviewer.php
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2016-02-21 20:51:06 +0000
committerGreg Roach <fisharebest@gmail.com>2016-02-21 22:25:08 +0000
commita86dd8b13b4210d1576f0fdaf5e3c9e5653c4884 (patch)
tree8ce1f1a0ba2852e63136a023b5c6728deea4227a /mediaviewer.php
parent4c621133aafa69fdd64737cca8c1e2754deeee92 (diff)
downloadwebtrees-a86dd8b13b4210d1576f0fdaf5e3c9e5653c4884.tar.gz
webtrees-a86dd8b13b4210d1576f0fdaf5e3c9e5653c4884.tar.bz2
webtrees-a86dd8b13b4210d1576f0fdaf5e3c9e5653c4884.zip
Fix #824 - obsolete HTML markup
Diffstat (limited to 'mediaviewer.php')
-rw-r--r--mediaviewer.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/mediaviewer.php b/mediaviewer.php
index 186ed4fe04..2c01c5b1b9 100644
--- a/mediaviewer.php
+++ b/mediaviewer.php
@@ -146,7 +146,7 @@ $facts = $controller->getFacts();
<div id="media-edit">
<table class="facts_table">
<tr>
- <td align="center" width="150">
+ <td style="text-align:center; width:150px;">
<?php
// When we have a pending edit, $controller->record shows the *old* data.
// As a temporary kludge, fetch a "normal" version of the record - which includes pending changes
@@ -164,7 +164,7 @@ $facts = $controller->getFacts();
}
?>
</td>
- <td valign="top">
+ <td>
<table class="facts_table">
<?php
foreach ($facts as $fact) {