fix tiny prefs.php layout bug
This commit is contained in:
parent
9f8c0ce504
commit
09e7a638eb
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@
|
||||||
<table width="100%" height="100%" cellspacing="0" cellpadding="0" class="main">
|
<table width="100%" height="100%" cellspacing="0" cellpadding="0" class="main">
|
||||||
<? if (get_pref($link, 'DISPLAY_HEADER')) { ?>
|
<? if (get_pref($link, 'DISPLAY_HEADER')) { ?>
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td colspan="2">
|
||||||
<table cellspacing="0" cellpadding="0" width="100%"><tr>
|
<table cellspacing="0" cellpadding="0" width="100%"><tr>
|
||||||
<td class="header" valign="middle">
|
<td class="header" valign="middle">
|
||||||
<img src="images/ttrss_logo.png" alt="logo">
|
<img src="images/ttrss_logo.png" alt="logo">
|
||||||
|
|
Loading…
Reference in a new issue