Skip to content

Commit

Permalink
Fixed issue : Bad HTML in editgroup
Browse files Browse the repository at this point in the history
Dev : OK for Yii, just a closed span and div
  • Loading branch information
Shnoulle committed Apr 10, 2012
1 parent 0cfdb2b commit 8989fd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/questiongrouphandling.php
Expand Up @@ -151,7 +151,7 @@
. "<div class='settingrow'><span class='settingcaption'><label for='relevance'>".$clang->gT("Relevance equation:")."</label></span>\n"
. "<span class='settingentry'><textarea cols='50' rows='1' id='grelevance' name='grelevance'>".$esrow['grelevance']."</textarea></span>"
. "</span></div>"
. "\t</span></div><div style='clear:both'></div>";
. "\n<div style='clear:both'></div>";
$egquery = "SELECT * FROM ".db_table_name('groups')." WHERE sid=$surveyid AND gid=$gid AND language!='$baselang'";
$egresult = db_execute_assoc($egquery);
$i = 1;
Expand Down

0 comments on commit 8989fd0

Please sign in to comment.