--- FreeBSD/tinderbox2/webui/index.php 2007/10/20 17:33:35 1.2 +++ FreeBSD/tinderbox2/webui/index.php 2007/10/20 17:46:16 1.3 @@ -24,7 +24,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $Paefchen$ +# $Paefchen: FreeBSD/tinderbox2/webui/index.php,v 1.2 2007/10/20 17:33:35 as Exp $ # $MCom: portstools/tinderbox/webui/index.php,v 1.22 2007/10/13 02:28:47 ade Exp $ # @@ -141,7 +141,7 @@ switch( $action ) { break; case 'latest_buildports_rss': print $moduleRss->display_latest_buildports(); - exit + exit; case 'list_builds': default: $display = $moduleBuilds->display_list_builds(); break;