File tree 3 files changed +6
-2
lines changed
app/views/clipboard_image_paste
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ h2. Installation:
23
23
** git: @git clone https://github.com/peclik/clipboard_image_paste.git
24
24
plugins/clipboard_image_paste@
25
25
* place plugin files into @plugins/clipboard_image_paste@ folder (strip possible @-master@ or @-version@ suffix)
26
+ * restart Redmine instance
26
27
* Redmine 2.5 and older: it's recommended to install RMagick gem, otherwise attached images will not show in exported PDF files
27
28
28
29
--------------------------------------------------------------------------------
@@ -89,6 +90,9 @@ h2. Known issues:
89
90
h2. Changelog:
90
91
91
92
<pre>
93
+
94
+ [-] Corrected improper use of the tag <p>
95
+
92
96
28.06.2017 RELEASED 1.11
93
97
[+] Don't remove alpha channel from PNG image for Redmine >=2.6
94
98
[+] Added Danish translation
Original file line number Diff line number Diff line change 58
58
<%
59
59
if $clipboard_image_paste_has_jquery
60
60
%>
61
- < p / >
61
+ < p > </ p >
62
62
< input type ="text " id ="cbp_thumbnail_link " readonly />
63
63
<%
64
64
end
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ <h2>Clipboard paste standalone test</h2>
85
85
<!-- dialog to copy image link for wiki -->
86
86
< div id ="cbp_link_dlg " title ="Copy image and thumbnail link " style ="display:none ">
87
87
< input type ="text " id ="cbp_image_link " readonly />
88
- < p / >
88
+ < p > </ p >
89
89
< input type ="text " id ="cbp_thumbnail_link " readonly />
90
90
</ div >
91
91
You can’t perform that action at this time.
0 commit comments