79516841

Date: 2025-03-18 09:02:17
Score: 0.5
Natty:
Report link

Incorrect PHP Usage in Mustache: <?php echo {{adescription}}; ?> is not valid because Mustache does not interpret PHP

<div>
  <label class="col-sm-2" for="description">Article description:</label>
  <br>
  <textarea  name="description" rows="8" cols="45"> {{adescription}}</textarea>
</div> 
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Anilkumar Kalyane