Browse Source

[svn r17281] FS#3362 - Wiki: fix visually two icons

Juan Carlos Raña 16 years ago
parent
commit
fdc96e5ff2
1 changed files with 2 additions and 2 deletions
  1. 2 2
      main/wiki/index.php

+ 2 - 2
main/wiki/index.php

@@ -2560,7 +2560,7 @@ function display_wiki_entry()
 		echo '<form name="form_export2PDF" method="post" action="export_html2pdf.php" target="_blank, fullscreen">'; // also with  export_tcpdf.php
 		echo '<input type=hidden name="titlePDF" value="'.htmlentities($title).'">';
 		echo '<input type=hidden name="contentPDF" value="'.htmlentities($content).'">';
-		echo '<input type="image" src="../img/wiki/wexport2pdf.gif" border ="0" title="'.get_lang('ExportToPDF').'" alt="'.get_lang('ExportToPDF').'">';
+		echo '<input type="image" src="../img/wiki/wexport2pdf.gif" border ="0" title="'.get_lang('ExportToPDF').'" alt="'.get_lang('ExportToPDF').'" style=" border:none;">';
 		echo '</form>';
 		echo '</span>';
 		
@@ -2572,7 +2572,7 @@ function display_wiki_entry()
 			echo '<input type=hidden name="export2DOC" value="export2doc">';
 			echo '<input type=hidden name="titleDOC" value="'.htmlentities($title).'">';
 			echo '<input type=hidden name="contentDOC" value="'.htmlentities($content).'">';
-			echo '<input type="image" src="../img/wiki/wexport2doc.png" border ="0" title="'.get_lang('ExportToDocArea').'" alt="'.get_lang('ExportToDocArea').'">';
+			echo '<input type="image" src="../img/wiki/wexport2doc.png" border ="0" title="'.get_lang('ExportToDocArea').'" alt="'.get_lang('ExportToDocArea').'" style=" border:none;">';
 			echo '</form>';
 			echo '</span>';	
 		}