@@ -258,7 +258,7 @@ protected function action_delete($cannedmessage_id)
258258
259259 if ($ cannedmessage ['is_cat ' ] && $ this ->manager ->has_children ($ cannedmessage ))
260260 {
261- trigger_error ($ this ->language ->lang ('CANNEDMESSAGE_HAS_CHILDREN_DEL ' ) . '<br / ><br / > ' . $ this ->language ->lang ('RETURN_PAGE ' , '<a href=" ' . $ this ->get_main_u_action ($ cannedmessage ['parent_id ' ]) . '"> ' , '</a> ' ));
261+ trigger_error ($ this ->language ->lang ('CANNEDMESSAGE_HAS_CHILDREN_DEL ' ) . '<br><br> ' . $ this ->language ->lang ('RETURN_PAGE ' , '<a href=" ' . $ this ->get_main_u_action ($ cannedmessage ['parent_id ' ]) . '"> ' , '</a> ' ));
262262 }
263263
264264 if (confirm_box (true ))
@@ -285,7 +285,7 @@ protected function move_message($direction, $cannedmessage_id)
285285
286286 if (!$ cannedmessage )
287287 {
288- trigger_error ($ this ->language ->lang ('CANNEDMESSAGE_INVALID_ITEM ' ) . '<br / ><br / > ' . $ this ->language ->lang ('RETURN_PAGE ' , '<a href=" ' . $ this ->get_main_u_action (0 ) . '"> ' , '</a> ' ));
288+ trigger_error ($ this ->language ->lang ('CANNEDMESSAGE_INVALID_ITEM ' ) . '<br><br> ' . $ this ->language ->lang ('RETURN_PAGE ' , '<a href=" ' . $ this ->get_main_u_action (0 ) . '"> ' , '</a> ' ));
289289 }
290290
291291 $ result = $ this ->manager ->move_message ($ cannedmessage_id , $ direction );
@@ -355,7 +355,7 @@ protected function page_setup($cannedmessage_data)
355355 $ has_errors = (bool ) count ($ this ->errors );
356356 $ this ->template ->assign_vars (array (
357357 'S_ERROR ' => $ has_errors ,
358- 'ERROR_MSG ' => $ has_errors ? implode ('<br / > ' , $ this ->errors ) : '' ,
358+ 'ERROR_MSG ' => $ has_errors ? implode ('<br> ' , $ this ->errors ) : '' ,
359359
360360 'S_CANNEDMESSAGE_ADD_OR_EDIT ' => true ,
361361 'U_ACTION ' => $ u_action ,
@@ -413,6 +413,6 @@ protected function success($message, $log_type, $cannedmessage)
413413
414414 $ redirect = $ this ->get_main_u_action ($ cannedmessage ['parent_id ' ]);
415415 meta_refresh (3 , $ redirect );
416- trigger_error ($ this ->language ->lang ($ message ) . '<br / ><br / > ' . $ this ->language ->lang ('RETURN_PAGE ' , '<a href=" ' . $ redirect . '"> ' , '</a> ' ));
416+ trigger_error ($ this ->language ->lang ($ message ) . '<br><br> ' . $ this ->language ->lang ('RETURN_PAGE ' , '<a href=" ' . $ redirect . '"> ' , '</a> ' ));
417417 }
418418}
0 commit comments