Removing the closing PHP "?>" tag as per style guidelines. (Also see: https://stackoverflow.com/questions/4410704/why-would-one-omit-the-close-tag )

This commit is contained in:
jgen
2014-04-25 22:54:51 -04:00
parent 8f60467848
commit 1ca3865a1c
140 changed files with 140 additions and 140 deletions

View File

@ -12,4 +12,4 @@ class QRImage extends Extension {
$this->theme->links_block(make_http(make_link('image/'.$event->image->id.'.jpg')));
}
}
?>

View File

@ -6,4 +6,4 @@ class QRImageTheme extends Themelet {
"QR Code","<img alt='QR Code' src='http://chart.apis.google.com/chart?chs=150x150&amp;cht=qr&amp;chl=$link' />","left",50));
}
}
?>