Remove unnecessary colon and redundant closing tags

Change-Id: Icc9d4d647ce189ba8044627bcdface0c7a33e31d
This commit is contained in:
Siebrand Mazeland 2012-08-26 01:01:36 +02:00
parent 6d25af9c20
commit c93dc3714c
3 changed files with 1 additions and 3 deletions

View file

@ -566,7 +566,7 @@ fn: {
ranges[params[rangeIndex].valueIndex].newVal = value;
}
return retVal;
};
}
/* Public Functions */

View file

@ -65,4 +65,3 @@ class WikiDialogs_Links extends WikiDialogs_Links_Setup {
}
}
?>

View file

@ -293,4 +293,3 @@ class WikiDialogs_Links_Setup extends SeleniumTestCase {
}
}
?>