adium 4525:fd1820f3d3f8: minimal_mod: fix a missing '>' that cau...

commits at adium.im commits at adium.im
Wed Jan 18 17:34:50 UTC 2012


details:	http://hg.adium.im/adium/rev/fd1820f3d3f8
revision:	4525:fd1820f3d3f8
branch:		(none)
author:		mathuaerknedam <adium at ei8ht.us>
date:		Wed Jan 18 11:34:37 2012 -0600

minimal_mod: fix a missing '>' that caused the file transfer 'accept' button to be hidden.

diffs (12 lines):

diff -r a9e60aa3f99a -r fd1820f3d3f8 Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/FileTransferRequest.html
--- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/FileTransferRequest.html	Wed Jan 18 03:35:50 2012 +0100
+++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/FileTransferRequest.html	Wed Jan 18 11:34:37 2012 -0600
@@ -4,7 +4,7 @@
 	<div class="x-sender" style="color: %senderColor%;" title="%senderPrefix% %senderScreenName%">%sender%</div>
 	<div class="x-message" title="%service% %time%">
 		is attempting to send you <b>%fileName%</b>
-		<div class="x-buttons"
+		<div class="x-buttons">
 			<input type="button" onclick="%saveFileHandler%" value="Accept File"></input>
 			<input type="button" onclick="%cancelRequestHandler%" value="Cancel File"></input>
 		</div>




More information about the commits mailing list