forked from GithubBackups/tinyib
Restyle <pre>
This commit is contained in:
parent
4af3a83c51
commit
1401e66164
@ -241,7 +241,7 @@ if (isset($_POST['message']) || isset($_POST['file'])) {
|
|||||||
if (is_dir('.git')) {
|
if (is_dir('.git')) {
|
||||||
$git_output = shell_exec('git pull 2>&1');
|
$git_output = shell_exec('git pull 2>&1');
|
||||||
$text .= '<blockquote class="reply" style="padding: 7px;font-size: 1.25em;">
|
$text .= '<blockquote class="reply" style="padding: 7px;font-size: 1.25em;">
|
||||||
<pre>Attempting update...' . "\n\n" . $git_output . '</pre>
|
<pre style="margin: 0px;padding: 0px;">Attempting update...' . "\n\n" . $git_output . '</pre>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
<p><b>Note:</b> If TinyIB updates and you have made custom modifications, <a href="https://github.com/tslocum/TinyIB/commits/master">review the changes</a> which have been merged into your installation.
|
<p><b>Note:</b> If TinyIB updates and you have made custom modifications, <a href="https://github.com/tslocum/TinyIB/commits/master">review the changes</a> which have been merged into your installation.
|
||||||
Ensure that your modifications do not interfere with any new/modified files.
|
Ensure that your modifications do not interfere with any new/modified files.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user