cleanup cosmetics
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
<?php # $Id: plugin_api.inc.php 1228 2006-06-01 11:18:53Z garvinhicking $
|
||||
<?php
|
||||
# $Id: plugin_api.inc.php 1228 2006-06-01 11:18:53Z garvinhicking $
|
||||
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
|
||||
# All rights reserved. See LICENSE file for licensing details
|
||||
|
||||
@ -240,7 +241,7 @@ class serendipity_smarty_emulator_xml extends serendipity_smarty_emulator {
|
||||
echo "<serendipity>\n";
|
||||
ob_end_flush(); // This ends the started ob from index.php!
|
||||
}
|
||||
|
||||
|
||||
function serendipity_smarty_emulator_xml() {
|
||||
$this->__construct();
|
||||
}
|
||||
@ -265,7 +266,7 @@ class serendipity_smarty_emulator_xml extends serendipity_smarty_emulator {
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Assign one or multiple template variable by reference - Smarty API Change > 3.0
|
||||
*
|
||||
@ -330,4 +331,3 @@ class serendipity_smarty_emulator_xml extends serendipity_smarty_emulator {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user