Skip to content

Commit 62eb75d

Browse files
committed
Remove extra LFs
Signed by Shawn Bulen, [email protected]
1 parent 5f095cd commit 62eb75d

File tree

1 file changed

+0
-43
lines changed

1 file changed

+0
-43
lines changed

smfinfo.php

Lines changed: 0 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ function load_txt_strings()
5353
$txt['db_char_set'] = 'Database Character Set';
5454
$txt['db_table_info'] = 'Detailed Table Information';
5555

56-
5756
// SMF Specific Info
5857
$txt['smf_relevant'] = 'Relevant SMF Settings';
5958
$txt['sef_urls'] = 'SEF URLs';
@@ -81,7 +80,6 @@ function load_txt_strings()
8180
$txt['support_versions_forum'] = 'Your SMF Info version';
8281
$txt['previousCharacterSet'] = 'Previous character set';
8382

84-
8583
// PHP Specific Info
8684
$txt['relevant_info'] = 'Relevant PHP Settings';
8785
$txt['safe_mode'] = 'Safe Mode';
@@ -282,35 +280,6 @@ function show_header()
282280
position:relative;
283281
}
284282
285-
286-
287-
288-
289-
290-
291-
292-
293-
294-
295-
296-
297-
298-
299-
300-
301-
302-
303-
304-
305-
306-
307-
308-
309-
310-
311-
312-
313-
314283
.dynamic-tab-pane-control .tab-page{
315284
border:1px solid #919b9c;
316285
background:#f6f6f6;
@@ -324,11 +293,6 @@ function show_header()
324293
float:left;
325294
}
326295
327-
328-
329-
330-
331-
332296
/* This is for phpinfo */
333297
table.adminlist
334298
{
@@ -463,7 +427,6 @@ function addLoadEvent(func)
463427
</div>
464428
<div id="content">';
465429

466-
467430
if (allowedTo('admin_forum'))
468431
echo '
469432
<div class="windowbg" style="margin: 1ex; padding: 1ex 2ex; border: 1px dashed green; color: green;">
@@ -560,10 +523,6 @@ function show_system_info()
560523
get_database_version();
561524

562525
echo '
563-
564-
565-
566-
567526
<div class="tab-page" id="main"><h2 class="tab">', $txt['maininfo'], '</h2>
568527
<script type="text/javascript">addSection("main", "', $txt['maininfo'], '" );</script>
569528
<table border="0" width="100%" cellpadding="2" cellspacing="2">
@@ -1329,7 +1288,6 @@ function smfDetermineVersions()
13291288
if (document.getElementById("Templates"))
13301289
document.getElementById("Templates").style.display = "none";
13311290
1332-
13331291
if (typeof(window.smfVersions) == "undefined")
13341292
window.smfVersions = {};
13351293
@@ -1368,7 +1326,6 @@ function smfDetermineVersions()
13681326
setInnerHTML(document.getElementById("your" + filename), yourVersion);
13691327
}
13701328
1371-
13721329
if (typeof(window.smfLanguageVersions) == "undefined")
13731330
window.smfLanguageVersions = {};
13741331

0 commit comments

Comments
 (0)