Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Commit

Permalink
variable fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwini0529 committed Sep 2, 2016
1 parent e362aeb commit e54e907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/User/showIndividualProblem.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</div>
<div class="question-content">
<p class="question-card-header">{{$problemStatement->problem_statement}}</p>
<p class="question-description">{!!$problem->comments!!}</p>
<p class="question-description">{!!$problemStatement->comments!!}</p>
</div>
</div>
<div class="individual-question-submission row">
Expand Down

0 comments on commit e54e907

Please sign in to comment.