microengine 0.1.3 → 0.1.4
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +1 -1
- data/config/search spiders +2 -2
- data/lib/html/editor.rhtml +3 -1
- metadata +2 -2
data/Rakefile
CHANGED
data/config/search spiders
CHANGED
data/lib/html/editor.rhtml
CHANGED
@@ -19,10 +19,12 @@
|
|
19
19
|
</div>
|
20
20
|
<div>
|
21
21
|
<%= @translation['editor']['header'] %>:
|
22
|
+
</div>
|
23
|
+
<div>
|
22
24
|
<textarea name="header" rows="3" style="width: 100%;"><%= @header %></textarea>
|
23
25
|
</div>
|
24
26
|
<div>
|
25
|
-
<textarea name="body" rows="40" style="width: 100%"><%= @body %></textarea>
|
27
|
+
<textarea name="body" rows="40" style="width: 100%"><%= @body.sub('&', '&') %></textarea>
|
26
28
|
</div>
|
27
29
|
<div style="margin-top: 5px;">
|
28
30
|
<% if @show_password %>
|
metadata
CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.9.4
|
|
3
3
|
specification_version: 1
|
4
4
|
name: microengine
|
5
5
|
version: !ruby/object:Gem::Version
|
6
|
-
version: 0.1.
|
7
|
-
date: 2008-03-
|
6
|
+
version: 0.1.4
|
7
|
+
date: 2008-03-11 00:00:00 +03:00
|
8
8
|
summary: MicroEngine is a fast, simple and minimalistic site engine.
|
9
9
|
require_paths:
|
10
10
|
- lib
|