Skip to content

Commit a8ad8b1

Browse files
committed
corrected improper use of the tag <p> (fixes peclik#58)
1 parent 4b9f001 commit a8ad8b1

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

README.textile

+4
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ h2. Installation:
2323
** git: @git clone https://github.com/peclik/clipboard_image_paste.git
2424
plugins/clipboard_image_paste@
2525
* place plugin files into @plugins/clipboard_image_paste@ folder (strip possible @-master@ or @-version@ suffix)
26+
* restart Redmine instance
2627
* Redmine 2.5 and older: it's recommended to install RMagick gem, otherwise attached images will not show in exported PDF files
2728

2829
--------------------------------------------------------------------------------
@@ -89,6 +90,9 @@ h2. Known issues:
8990
h2. Changelog:
9091

9192
<pre>
93+
94+
[-] Corrected improper use of the tag <p>
95+
9296
28.06.2017 RELEASED 1.11
9397
[+] Don't remove alpha channel from PNG image for Redmine >=2.6
9498
[+] Added Danish translation

app/views/clipboard_image_paste/_add_form.html.erb

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<%
5959
if $clipboard_image_paste_has_jquery
6060
%>
61-
<p/>
61+
<p></p>
6262
<input type="text" id="cbp_thumbnail_link" readonly />
6363
<%
6464
end

suppl/cbp-standalone-test.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ <h2>Clipboard paste standalone test</h2>
8585
<!-- dialog to copy image link for wiki -->
8686
<div id="cbp_link_dlg" title="Copy image and thumbnail link" style="display:none">
8787
<input type="text" id="cbp_image_link" readonly />
88-
<p/>
88+
<p></p>
8989
<input type="text" id="cbp_thumbnail_link" readonly />
9090
</div>
9191

0 commit comments

Comments
 (0)