Fixing well-formedness errors reported by expat...

This commit is contained in:
nisheeth%netscape.com 1999-04-06 22:32:42 +00:00
Родитель e640f07865
Коммит 2442e172e5
1 изменённых файлов: 6 добавлений и 7 удалений

Просмотреть файл

@ -248,7 +248,7 @@
dump("FindBookmarkShortcut: in='" + document.getElementById('urlbar').value + "' out='" + shortcutURL + "'\n");
if ((shortcutURL != null) && (shortcutURL != ""))
if ((shortcutURL != null) && (shortcutURL != ""))
{
document.getElementById('urlbar').value = shortcutURL;
}
@ -689,7 +689,7 @@
}
function onStopBinding() {
bindCount--;
if ( bindCount < 0 ) {
if ( bindCount &lt; 0 ) {
// Something unusual occurred (stop/back?).
bindCount = 0;
}
@ -706,7 +706,7 @@
function onProgress() {
var throbber = document.getElementById("Browser:Throbber");
var meter = document.getElementById("Browser:LoadingProgress");
if ( throbber && meter ) {
if ( throbber &amp;&amp; meter ) {
var busy = throbber.getAttribute("busy");
if ( busy == "true" ) {
mode = "undetermined";
@ -753,8 +753,7 @@
<spring flex="100%"/>
Build ID: 1999040111
</titledbutton>
<titledbutton align="right" value="Build ID: 1999040601" style="font-family:sans-serif;font-size:2.5mm;"/>
<titledbutton id="security-button" class="insecure" value="Secure Conn" align="right" onclick="securityOff();"/>
</box>