]> git.mjollnir.org Git - s9y.git/commitdiff
less differences make backporting easier
authornohn <nohn>
Fri, 13 May 2005 08:20:26 +0000 (08:20 +0000)
committernohn <nohn>
Fri, 13 May 2005 08:20:26 +0000 (08:20 +0000)
include/admin/plugins.inc.php
lang/serendipity_lang_ro.inc.php

index 81ad403975426e29b1614edb6110998d9e7167e6..7e857618f8b904967b571def421c3b82439ea01d 100644 (file)
@@ -552,8 +552,7 @@ if (isset($_GET['serendipity']['plugin_to_conf'])) {
     foreach($errorstack as $e_idx => $e_name) {
         echo ERROR . ': ' . $e_name . '<br />';
     }
-?>
-<?php
+
     foreach ($pluginstack as $plug) {
         $jsLine = " onmouseout=\"document.getElementById('serendipity_plugin_". $plug['class_name'] ."').className='';\"";
         $jsLine .= " onmouseover=\"document.getElementById('serendipity_plugin_". $plug['class_name'] ."').className='serendipity_admin_list_item_uneven';\"";
index 49d346b31629a1aba9ed51f3d371d4e0a358160f..36e900c3186f8a859e04fd03b5a7a601e592d850 100644 (file)
 @define('FETCH_METHOD_HOTLINK', 'Leagă direct către server'); // Translate
 @define('DELETE_HOTLINK_FILE', 'Am şters fişierul legat direct cu numele <b>%s</b>'); // Translate
 @define('SYNDICATION_PLUGIN_SHOW_MAIL', 'Arată adresele de email?');
-
 @define('IMAGE_MORE_INPUT', 'Add more images'); // Translate
 
 /* vim: set sts=4 ts=4 expandtab : */