Index: branches/MwEmbedStandAlone/mwEmbedFrame.php |
— | — | @@ -1,4 +1,4 @@ |
2 | | -<? |
| 2 | +<?php |
3 | 3 | /** |
4 | 4 | * mwEmbedFrame is a special stand alone page for iframe embed of mwEmbed modules |
5 | 5 | * |
— | — | @@ -151,7 +151,7 @@ |
152 | 152 | </script> |
153 | 153 | </head> |
154 | 154 | <body> |
155 | | - <? |
| 155 | + <?php |
156 | 156 | // Check if we have a way to get sources: |
157 | 157 | if( isset( $this->apiTitleKey ) || isset( $this->kentryid ) || count( $this->sources ) != 0 ) { |
158 | 158 | echo $this->getVideoTag(); |