Rev 82 | Rev 85 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 82 | Rev 84 | ||
|---|---|---|---|
| Line 134... | Line 134... | ||
| 134 | if (!$printable)  | 
            134 | if (!$printable)  | 
          
| 135 |   {
 | 
            135 |   {
 | 
          
| 136 | ?>
 | 
            136 | ?>
 | 
          
| 137 |       <p class="instruction" style="font-size: 100%; text-align: center"><?php
 | 
            137 |       <p class="instruction" style="font-size: 100%; text-align: center"><?php
 | 
          
| 138 | echo sprintf(  | 
            138 | echo sprintf(  | 
          
| 139 | _("This site uses recent Web technologies."  | 
            139 | _("This site uses recent <a href='https://developer.mozilla.org/en-US/docs/'"  | 
          
| - | 140 | . " title='Learn more: Mozilla Developer Network'>Web technologies</a>."  | 
          |
| 140 | . " You can use the <a href='index.%s?printable=1'>%s</a>"  | 
            141 | . " You can use the <a href='index.%s?printable=1'>%s</a>"  | 
          
| 141 | . " if it is not displayed properly with your software."),  | 
            142 | . " if it is not displayed properly with your software."),  | 
          
| 142 | $language,  | 
            143 | $language,  | 
          
| 143 | _('Printable version'));  | 
            144 | _('Printable version'));  | 
          
| 144 |         ?></p>
 | 
            145 |         ?></p>
 |