summaryrefslogtreecommitdiffstats
path: root/usr/local/www/javascript
diff options
context:
space:
mode:
authorayvis <ayvis.infra@gmail.com>2014-03-19 22:12:40 +0100
committerayvis <ayvis.infra@gmail.com>2014-03-19 22:12:40 +0100
commitec879e3db4d36212ee200d19e1f7e92f9f4d83c9 (patch)
treed1c3de232bdec86bb24f622c50cbcbeec46bc8b3 /usr/local/www/javascript
parentf3bdba41f7ba86e1f608fdf39cbc9783b63554c5 (diff)
downloadpfsense-ec879e3db4d36212ee200d19e1f7e92f9f4d83c9.zip
pfsense-ec879e3db4d36212ee200d19e1f7e92f9f4d83c9.tar.gz
replaced BR with br
replaced uppercase html tags with lowaercase
Diffstat (limited to 'usr/local/www/javascript')
-rw-r--r--usr/local/www/javascript/scriptaculous/builder.js12
1 files changed, 6 insertions, 6 deletions
diff --git a/usr/local/www/javascript/scriptaculous/builder.js b/usr/local/www/javascript/scriptaculous/builder.js
index f1f42b9..b0dd14e 100644
--- a/usr/local/www/javascript/scriptaculous/builder.js
+++ b/usr/local/www/javascript/scriptaculous/builder.js
@@ -120,12 +120,12 @@ var Builder = {
dump: function(scope) {
if(typeof scope != 'object' && typeof scope != 'function') scope = window; //global scope
- var tags = ("A ABBR ACRONYM ADDRESS APPLET AREA B BASE BASEFONT BDO BIG BLOCKQUOTE BODY " +
- "BR BUTTON CAPTION CENTER CITE CODE COL COLGROUP DD DEL DFN DIR DIV DL DT EM FIELDSET " +
- "FONT FORM FRAME FRAMESET H1 H2 H3 H4 H5 H6 HEAD HR HTML I IFRAME IMG INPUT INS ISINDEX "+
- "KBD LABEL LEGEND LI LINK MAP MENU META NOFRAMES NOSCRIPT OBJECT OL OPTGROUP OPTION P "+
- "PARAM PRE Q S SAMP SCRIPT SELECT SMALL SPAN STRIKE STRONG STYLE SUB SUP TABLE TBODY TD "+
- "TEXTAREA TFOOT TH THEAD TITLE TR TT U UL VAR").split(/\s+/);
+ var tags = ("a abbr acronym address applet area b base basefont bdo big blockquote body " +
+ "br button caption center cite code col colgroup dd del dfn dir div dl dt em fieldset " +
+ "font form frame frameset h1 h2 h3 h4 h5 h6 head hr html i iframe img input ins isindex "+
+ "kbd label legend li link map menu meta noframes noscript object ol optgroup option p "+
+ "param pre q s samp script select small span strike strong style sub sup table tbody td "+
+ "textarea tfoot th thead title tr tt u ul var").split(/\s+/);
tags.each( function(tag){
scope[tag] = function() {
OpenPOWER on IntegriCloud