Browse Source

add note about bookmark-of

pull/25/head
Aaron Parecki 8 years ago
parent
commit
ebb58a16a2
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      views/new-bookmark.php

+ 1
- 0
views/new-bookmark.php View File

@ -15,6 +15,7 @@
<div class="form-group">
<label for="note_bookmark"><code>bookmark</code></label>
<input type="text" id="note_bookmark" value="<?= $this->bookmark_url ?>" class="form-control">
<p class="help-block">Note: This will be changing to <code>bookmark-of</code> in the near future. It is best for your code to accept both for now.</p>
</div>
<div class="form-group">

Loading…
Cancel
Save