Skip to content

Commit

Permalink
Dev: don't loose other class please
Browse files Browse the repository at this point in the history
  • Loading branch information
Shnoulle committed Oct 6, 2016
1 parent 65019b9 commit a09eaed
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -11,7 +11,7 @@
?>

<!-- answer_row -->
<tr id="javatbd<?php echo $myfname;?>" class="answers-list radio-list form-group <?php echo ($odd) ? " ls-odd" : " ls-even bg-info"; ?>" <?php if($error): echo " has-error"; endif; ?>" <?php echo $sDisplayStyle; ?> role="radiogroup" aria-labelledby="answertext<?php echo $myfname;?>">
<tr id="javatbd<?php echo $myfname;?>" class="answers-list radio-list form-group <?php echo ($odd) ? " ls-odd" : " ls-even bg-info"; ?> <?php echo ($error) ? " has-error" : ""; ?>" <?php echo $sDisplayStyle; ?> role="radiogroup" aria-labelledby="answertext<?php echo $myfname;?>">
<th id="answertext<?php echo $myfname;?>"class="answertext control-label">
<?php echo $answertext;?>
<input name="java<?php echo $myfname;?>" id="java<?php echo $myfname;?>" value="<?php echo $value;?>" type="hidden">
Expand Down

0 comments on commit a09eaed

Please sign in to comment.