[Xfce4-commits] <forum:master> Better fix.
Nick Schermer
noreply at xfce.org
Wed Nov 16 20:30:01 CET 2011
Updating branch refs/heads/master
to 3a69cb89422a8b158851f0a0657fbc22963695a0 (commit)
from c221afe2f4fba54ffc821c95fe2f4861869ceabb (commit)
commit 3a69cb89422a8b158851f0a0657fbc22963695a0
Author: Nick Schermer <nick at xfce.org>
Date: Wed Nov 16 20:29:08 2011 +0100
Better fix.
include/sha256question.php | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/include/sha256question.php b/include/sha256question.php
index 8c32a30..925cb82 100644
--- a/include/sha256question.php
+++ b/include/sha256question.php
@@ -21,11 +21,12 @@ function sha256question_get()
<fieldset>
<legend>Your answer</legend>
<div class="infldset">
- <p>What is the output of <strong>'.$command.'</strong> if you run it in a terminal emulator?<span>'.$lang_common['Required'].'</span></p>
+ <p>What is the output of <strong><tt>'.$command.'</tt></strong> if you run it in a terminal emulator?</p>
<label class="required">
+ <strong>Output <span>(Required)</span></strong><br />
<input type="text" name="'.$question_fld_name.'" value="" size="50" /><br />
</label>
- <p>Note that on some platforms (FreeBSD for example) sha256sum should be replaced with sha256 or gsha256sum.</p>
+ <p>Note that on some platforms (FreeBSD for example) sha256sum should be replaced with sha256 or gsha256sum.</p>
</div>
</fieldset>
</div>';
More information about the Xfce4-commits
mailing list