fnp
/
fnpeditor.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
editor: refactoring
[fnpeditor.git]
/
src
/
editor
/
views
/
dialog
/
templates
/
textarea.html
diff --git
a/src/editor/views/dialog/templates/textarea.html
b/src/editor/views/dialog/templates/textarea.html
index
50b7c50
..
839e7f4
100644
(file)
--- a/
src/editor/views/dialog/templates/textarea.html
+++ b/
src/editor/views/dialog/templates/textarea.html
@@
-1,5
+1,5
@@
<p>
<label><%= label %></label>
<p>
<label><%= label %></label>
- <textarea name="<%= name %>" rows="5"></textarea>
+ <textarea name="<%= name %>" rows="5"><
%= initialValue %><
/textarea>
<span class="description"><%= description %></span>
</p>
<span class="description"><%= description %></span>
</p>