Skip to content

Commit

Permalink
rename function
Browse files Browse the repository at this point in the history
  • Loading branch information
Antoine Mercadal committed Feb 2, 2012
1 parent 53eedd5 commit 591d2ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TNStropheUtils.j
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

stripHTMLCharCode = function(str)
TNStropheStripHTMLCharCode = function(str)
{
str = str.replace(/&amp;/g, '&');
str = str.replace(/&nbsp;/g, ' ');
Expand Down

0 comments on commit 591d2ce

Please sign in to comment.