Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 264 | Rev 266 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 264 Rev 265
Línea 193... Línea 193...
193
            if (renderTable) {
193
            if (renderTable) {
194
                this.renderSection(slug_section);
194
                this.renderSection(slug_section);
195
            }
195
            }
196
        },
196
        },
Línea 197... Línea 197...
197
        
197
        
Línea 198... Línea 198...
198
}
198
}}
199
 
199
 
200
function htmlEntities(str) {
200
function htmlEntities(str) {
201
    return String(str).replace(/&/g, '&amp;').replace(/</g, '&lt;').replace(/>/g, '&gt;').replace(/"/g, '&quot;');
201
    return String(str).replace(/&/g, '&amp;').replace(/</g, '&lt;').replace(/>/g, '&gt;').replace(/"/g, '&quot;');