wysibb 1.0.5 → 1.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/wysibb/version.rb +1 -1
- data/vendor/assets/javascripts/wysibb/wysibb.js +6 -6
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cd83ff2447c3c9a4fe3bef700528d746380cd78c
|
|
4
|
+
data.tar.gz: 9bd2da7fa34dbc664823484b45339428a0509d54
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dedeb705dea3ef6384d9960c002c9d829939415efe020d1ab98de77c9f96894d1fae858e9b16e12dc6318246380e30450f035311fc5cc0bc19e960d832d34295
|
|
7
|
+
data.tar.gz: 94247e02def9f757c48d0bb823c0eae253472ba5aafc143c948b99d68267f8c84679e8e7b8ce3b4695adbd0579dbe7d9c8dee502096c3291ddc3402a6cc02e77
|
data/lib/wysibb/version.rb
CHANGED
|
@@ -385,7 +385,7 @@ wbbdebug=true;
|
|
|
385
385
|
excmd: 'fontSize',
|
|
386
386
|
exvalue: "1",
|
|
387
387
|
transform: {
|
|
388
|
-
'<font size="1">{SELTEXT}</font>':'[
|
|
388
|
+
'<font size="1">{SELTEXT}</font>':'[h6]{SELTEXT}[/h6]'
|
|
389
389
|
}
|
|
390
390
|
},
|
|
391
391
|
fs_small: {
|
|
@@ -394,7 +394,7 @@ wbbdebug=true;
|
|
|
394
394
|
excmd: 'fontSize',
|
|
395
395
|
exvalue: "2",
|
|
396
396
|
transform: {
|
|
397
|
-
'<font size="2">{SELTEXT}</font>':'[
|
|
397
|
+
'<font size="2">{SELTEXT}</font>':'[h5]{SELTEXT}[/h5]'
|
|
398
398
|
}
|
|
399
399
|
},
|
|
400
400
|
fs_normal: {
|
|
@@ -403,7 +403,7 @@ wbbdebug=true;
|
|
|
403
403
|
excmd: 'fontSize',
|
|
404
404
|
exvalue: "3",
|
|
405
405
|
transform: {
|
|
406
|
-
'<font size="3">{SELTEXT}</font>':'[
|
|
406
|
+
'<font size="3">{SELTEXT}</font>':'[h4]{SELTEXT}[/h4]'
|
|
407
407
|
}
|
|
408
408
|
},
|
|
409
409
|
fs_big: {
|
|
@@ -412,16 +412,16 @@ wbbdebug=true;
|
|
|
412
412
|
excmd: 'fontSize',
|
|
413
413
|
exvalue: "4",
|
|
414
414
|
transform: {
|
|
415
|
-
'<font size="4">{SELTEXT}</font>':'[
|
|
415
|
+
'<font size="4">{SELTEXT}</font>':'[h3]{SELTEXT}[/h3]'
|
|
416
416
|
}
|
|
417
417
|
},
|
|
418
418
|
fs_verybig: {
|
|
419
419
|
title: CURLANG.fs_verybig,
|
|
420
420
|
buttonText: "fs5",
|
|
421
421
|
excmd: 'fontSize',
|
|
422
|
-
exvalue: "
|
|
422
|
+
exvalue: "5",
|
|
423
423
|
transform: {
|
|
424
|
-
'<font size="6">{SELTEXT}</font>':'[
|
|
424
|
+
'<font size="6">{SELTEXT}</font>':'[h2]{SELTEXT}[/h2]'
|
|
425
425
|
}
|
|
426
426
|
},
|
|
427
427
|
|