diff --git a/html/js/scripts.js b/html/js/scripts.js
index ae6fd7afb..d2d6f9ea7 100644
--- a/html/js/scripts.js
+++ b/html/js/scripts.js
@@ -1061,7 +1061,7 @@ function show_calc()
}
var sid = 'calc1';
var shtml = '';
- shtml += '
';
+ shtml += '';
shtml += '
Calculatrice
';
shtml += ' Taper une formule (ex 20*5.1) puis enter ';
@@ -1953,7 +1953,7 @@ function profile_show(p_div)
$(p_div).show();
} catch (e)
{
- alert_box(e.message)
+ alert_box(e.message);
}
}
function detail_category_show(p_div, p_dossier, p_id)
@@ -2969,13 +2969,13 @@ function pin (object_id) {
if ( aDraggableElement[object_id]) {
aDraggableElement[object_id].destroy();
aDraggableElement[object_id]=undefined;
- $('pin_'+object_id).firstChild.innerHTML="⊕";
+ $('pin_'+object_id).firstChild.innerHTML="⊕";
} else {
aDraggableElement[object_id]=new Draggable(object_id, {starteffect: function ()
{
new Effect.Highlight(object_id, {scroll: window, queue: 'end'});
}}
);
- $('pin_'+object_id).firstChild.innerHTML="❉";
+ $('pin_'+object_id).firstChild.innerHTML="≊";
}
}
\ No newline at end of file