aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/templates/edit-file.htm2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/templates/edit-file.htm b/data/templates/edit-file.htm
index 40356ec..b320d8d 100644
--- a/data/templates/edit-file.htm
+++ b/data/templates/edit-file.htm
@@ -11,7 +11,7 @@
</select>
</div>
<div class="span6" style="display:none; text-align: right" id="typetext_{{fileid}}">
- <p>Type determined from filename</p>
+ <p class="muted">Type determined from filename</p>
</div>
</div>
<textarea name="files[{{fileid}}][content]" id="content_{{fileid}}" cols="80" rows="15" class="content">{{file.getContent}}</textarea>