[tor-commits] r25684: {website} fix the imgroot envvar. (website/trunk/donate/en)

Andrew Lewman andrew at torproject.org
Wed Jun 20 19:02:03 UTC 2012


Author: phobos
Date: 2012-06-20 19:02:03 +0000 (Wed, 20 Jun 2012)
New Revision: 25684

Modified:
   website/trunk/donate/en/donate.wml
Log:
fix the imgroot envvar.


Modified: website/trunk/donate/en/donate.wml
===================================================================
--- website/trunk/donate/en/donate.wml	2012-06-20 18:58:23 UTC (rev 25683)
+++ website/trunk/donate/en/donate.wml	2012-06-20 19:02:03 UTC (rev 25684)
@@ -176,7 +176,7 @@
 	 	  <div>
     		<label for="google">&#x24;</label>
     		<input id="item_price_1" name="item_price_1" size="6" type="text" value="20">
-    		<input class="donate-btn" alt="Donate" src="${IMGROOT}/google-checkout.gif" type="image">
+    		<input class="donate-btn" alt="Donate" src="$(IMGROOT)/google-checkout.gif" type="image">
 		  </div>
      	  <input name="item_name_1" type="hidden" value="Donate to the Tor Project">
     	  <input name="item_description_1" type="hidden" value="Tor is written for and supported by people like you">



More information about the tor-commits mailing list