Skip to content
Snippets Groups Projects
Commit cd7c6cfa authored by Jared Hancock's avatar Jared Hancock
Browse files

Fix spelling error reported in #660

parent e483952e
No related branches found
No related tags found
No related merge requests found
...@@ -537,7 +537,7 @@ if(!$cfg->showNotesInline()) { ?> ...@@ -537,7 +537,7 @@ if(!$cfg->showNotesInline()) { ?>
<span class="error">*&nbsp;<?php echo $errors['note']; ?></span></div> <span class="error">*&nbsp;<?php echo $errors['note']; ?></span></div>
<textarea name="note" id="internal_note" cols="80" rows="9" wrap="soft"><?php echo $info['note']; ?></textarea><br> <textarea name="note" id="internal_note" cols="80" rows="9" wrap="soft"><?php echo $info['note']; ?></textarea><br>
<div> <div>
<span class="faded">Note title - summarry of the note (optional)</span>&nbsp; <span class="faded">Note title - summary of the note (optional)</span>&nbsp;
<span class="error"&nbsp;<?php echo $errors['title']; ?></span> <span class="error"&nbsp;<?php echo $errors['title']; ?></span>
</div> </div>
<input type="text" name="title" id="title" size="60" value="<?php echo $info['title']; ?>" > <input type="text" name="title" id="title" size="60" value="<?php echo $info['title']; ?>" >
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment