[Xfce4-commits] [www/forum.xfce.org] 52/79: Better fix.
noreply at xfce.org
noreply at xfce.org
Tue May 21 14:48:47 CEST 2019
This is an automated email from the git hooks/post-receive script.
s k u n n y k p u s h e d a c o m m i t t o b r a n c h o l d f o r u m
in repository www/forum.xfce.org.
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 file 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>';
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list