Roger Dingledine commited on 2008-02-28 04:43:50
              Zeige 3 geänderte Dateien mit 4 Einfügungen und 1 Löschungen.
            
| ... | ... | 
                      @@ -102,7 +102,7 @@ doesn't require any account):<br />  | 
                  
| 102 | 102 | 
                        <a id="wire"></a>  | 
                    
| 103 | 103 | 
                        <h3><a class="anchor" href="#wire">Wire Transfers</a></h3>  | 
                    
| 104 | 104 | 
                        <p>We're happy to accept wire transfers over US$100. If you are located  | 
                    
| 105 | 
                        -in Europe, <a href=="#eurobank">please see below</a>.  | 
                    |
| 105 | 
                        +in Europe, <a href="#eurobank">please see below</a>.  | 
                    |
| 106 | 106 | 
                         | 
                    
| 107 | 107 | 
                        <p>  | 
                    
| 108 | 108 | 
                        Organization Address:<br />  | 
                    
| ... | ... | 
                      @@ -44,6 +44,8 @@  | 
                  
| 44 | 44 | 
                         	        if (-e "$(DOCROOT)/$(LANG)/$key.wml") {
                       | 
                    
| 45 | 45 | 
                        printf '<a href="%s">%s</a>'."\n",  | 
                    
| 46 | 46 | 
                         	                 stripDotSlashs("$(DOCROOT)/$key.html.$(LANG)"), $navigation{$key};
                       | 
                    
| 47 | 
                        +	        } elsif ($key =~ /^http/) {
                       | 
                    |
| 48 | 
                        +	          printf '<a href="%s">%s</a>'."\n", $key, $navigation{$key};
                       | 
                    |
| 47 | 49 | 
                         	        } else {
                       | 
                    
| 48 | 50 | 
                        printf '<a href="%s">%s</a>'."\n",  | 
                    
| 49 | 51 | 
                         	                 stripDotSlashs("$(DOCROOT)/$key.html"), $navigation{$key};
                       | 
                    
| 50 | 52 |