mirror of
https://github.com/e107inc/e107.git
synced 2025-08-30 17:50:12 +02:00
Code cleanup
This commit is contained in:
@@ -112,7 +112,7 @@
|
||||
|
||||
function rep(re, str) {
|
||||
s = s.replace(re, str);
|
||||
};
|
||||
}
|
||||
|
||||
// return s;
|
||||
|
||||
@@ -233,7 +233,7 @@
|
||||
|
||||
function rep(re, str) {
|
||||
s = s.replace(re, str);
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
// example: [b] to <strong>
|
||||
|
@@ -147,7 +147,7 @@ exit;
|
||||
|
||||
|
||||
|
||||
echo_gzipped_page();
|
||||
// echo_gzipped_page();
|
||||
|
||||
class wysiwyg
|
||||
{
|
||||
|
Reference in New Issue
Block a user