mirror of
https://github.com/moodle/moodle.git
synced 2025-08-09 10:56:56 +02:00
fixed capitalization and quoting of attribute values
This commit is contained in:
parent
41905731b7
commit
d1290cec39
121 changed files with 1401 additions and 1401 deletions
|
@ -1,4 +1,4 @@
|
|||
<?PHP // $Id$
|
||||
<?php // $Id$
|
||||
/// For creating and editing quiz questions.
|
||||
|
||||
require_once("../../config.php");
|
||||
|
@ -93,7 +93,7 @@
|
|||
}
|
||||
if ($beingused) {
|
||||
$beingused = implode(", ", $beingused);
|
||||
$beingused = get_string("questioninuse", "quiz", "<I>$question->name</I>")."<P>".$beingused;
|
||||
$beingused = get_string("questioninuse", "quiz", "<i>$question->name</i>")."<p>".$beingused;
|
||||
notice($beingused, "edit.php");
|
||||
|
||||
} else { // the question is not used in any of the existing quizzes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue