Skip to content
This repository was archived by the owner on Dec 14, 2023. It is now read-only.

Commit 352c8c1

Browse files
author
mattpass
committed
No space after v when displaying version
1 parent 3273d9f commit 352c8c1

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

files.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<html onmousedown="parent.ICEcoder.mouseDown = true; parent.ICEcoder.resetAutoLogoutTimer(); parent.ICEcoder.boxSelect(event, 'down')" onMouseUp="parent.ICEcoder.mouseDown = false; parent.ICEcoder.resetAutoLogoutTimer(); parent.ICEcoder.mouseDownInCM = false; parent.ICEcoder.boxSelect(event, 'up'); if (!parent.ICEcoder.overCloseLink) {parent.ICEcoder.tabDragEnd()}" onmousemove="if(parent.ICEcoder) {parent.ICEcoder.getMouseXY(event, 'files'); parent.ICEcoder.resetAutoLogoutTimer(); parent.ICEcoder.canResizeFilesW(); parent.ICEcoder.boxSelect(event, 'drag')}" ondrop="if(parent.ICEcoder) {parent.ICEcoder.getMouseXY(event, 'files')}" oncontextmenu="parent.ICEcoder.selectFileFolder(event); return parent.ICEcoder.showMenu(event)" onclick="if (!parent.ICEcoder.fmDraggedBox) {parent.ICEcoder.selectFileFolder(event)} else {parent.ICEcoder.fmDraggedBox = false}" ondragstart="parent.ICEcoder.selectFileFolder(event);" ondragover="event.preventDefault(); event.stopPropagation()">
99
<head>
10-
<title>ICEcoder v <?php echo $ICEcoder["versionNo"];?> file manager</title>
10+
<title>ICEcoder v<?php echo $ICEcoder["versionNo"];?> file manager</title>
1111
<meta name="robots" content="noindex, nofollow">
1212
<link rel="stylesheet" type="text/css" href="assets/css/resets.css?microtime=<?php echo microtime(true);?>">
1313
<link rel="stylesheet" type="text/css" href="assets/css/files.css?microtime=<?php echo microtime(true);?>">

index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<!DOCTYPE html>
4040
<html onmousedown="ICEcoder.mouseDown=true; ICEcoder.resetAutoLogoutTimer();" onmouseup="ICEcoder.mouseDown=false; ICEcoder.resetAutoLogoutTimer(); ICEcoder.mouseDownInCM=false; if (!ICEcoder.overCloseLink) {ICEcoder.tabDragEnd()}" onmousemove="if('undefined' !== typeof ICEcoder) {ICEcoder.getMouseXY(event,'top'); ICEcoder.resetAutoLogoutTimer(); ICEcoder.canResizeFilesW()}" onmousewheel="ICEcoder.resetAutoLogoutTimer(); if (ICEcoder.getcMInstance() && !ICEcoder.getcMInstance().hasFocus() && !ICEcoder.getcMdiffInstance().hasFocus()) {event.wheelDelta > 0 ? ICEcoder.nextTab() : ICEcoder.previousTab();}">
4141
<head>
42-
<title>ICEcoder v <?php echo $ICEcoder["versionNo"];?></title>
42+
<title>ICEcoder v<?php echo $ICEcoder["versionNo"];?></title>
4343
<!--Updated via settings so must remain 1st stylesheet//-->
4444
<style>
4545
#tabsBar.tabsBar .tab { font-size: <?php echo $ICEcoder["fontSize"];?>; }

lib/get-branch.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<!DOCTYPE html>
1717
<html>
1818
<head>
19-
<title>ICEcoder v <?php echo $ICEcoder["versionNo"];?> get branch</title>
19+
<title>ICEcoder v<?php echo $ICEcoder["versionNo"];?> get branch</title>
2020
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
2121
<meta name="robots" content="noindex, nofollow">
2222
</head>

lib/login.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<div class="screenVCenter">
2828
<div class="screenCenter">
2929
<img src="../assets/images/icecoder.png" alt="ICEcoder">
30-
<div class="version" style="margin-bottom: 22px">v <?php echo $ICEcoder["versionNo"];?></div>
30+
<div class="version" style="margin-bottom: 22px">v<?php echo $ICEcoder["versionNo"];?></div>
3131

3232
<form name="settingsUpdate" action="login.php" method="POST"<?php if ($settingPW) {?> onsubmit="return checkCanSubmit();"<?php } ?>>
3333
<?php

lib/requirements.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<div class="screenVCenter">
4444
<div class="screenCenter">
4545
<img src="../assets/images/icecoder.png" alt="ICEcoder">
46-
<div class="version" style="margin-bottom: 22px">v <?php echo $settingsClass->versionNo;?></div>
46+
<div class="version" style="margin-bottom: 22px"> echo $settingsClass->versionNo;?></div>
4747

4848
<span style="display: inline-block; color: #fff">
4949
<b style="padding: 5px; background: #b00; color: #fff">Requirements problem!</b><br><br><br><br>

lib/settings-screen.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353

5454
<p>
5555
<?php echo $t['version'];?>:<br>
56-
v <?php echo $ICEcoder["versionNo"];?>
56+
v<?php echo $ICEcoder["versionNo"];?>
5757
<br><br>
5858

5959
<?php echo $t['website'];?>:<br>

terminal.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<!DOCTYPE html>
66
<html lang="en">
77
<head>
8-
<title>ICEcoder v <?php echo $ICEcoder["versionNo"];?> Terminal</title>
8+
<title>ICEcoder v<?php echo $ICEcoder["versionNo"];?> Terminal</title>
99
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1010
<meta name="robots" content="noindex, nofollow">
1111
<meta name="viewport" content="width=device-width, initial-scale=0.5, user-scalable=no">

0 commit comments

Comments
 (0)