diff options
author | Starla Insigna <hatkirby@fourisland.com> | 2010-07-23 18:37:34 -0700 |
---|---|---|
committer | Starla Insigna <hatkirby@fourisland.com> | 2010-07-23 18:37:34 -0700 |
commit | 980b439682067b36b6e73dc5f5b2c67f4d602c59 (patch) | |
tree | b665f21dfc98d0477597cb21eaad37b0defd56ac | |
parent | 36b25da4ac5dd296fce684ad5348a7802eba0427 (diff) | |
parent | 41ffd12f60d3bf437f33ea1e9ab727176e48476c (diff) | |
download | fourisland-980b439682067b36b6e73dc5f5b2c67f4d602c59.tar.gz fourisland-980b439682067b36b6e73dc5f5b2c67f4d602c59.tar.bz2 fourisland-980b439682067b36b6e73dc5f5b2c67f4d602c59.zip |
Merged unforgiving heads
-rwxr-xr-x | includes/bbcode.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/bbcode.php b/includes/bbcode.php index d864f6b..4842ee5 100755 --- a/includes/bbcode.php +++ b/includes/bbcode.php | |||
@@ -37,6 +37,7 @@ class BBCode | |||
37 | $this->bbcodes2['url'] = '<a href="{PARAM}">{CONTENT}</a>'; | 37 | $this->bbcodes2['url'] = '<a href="{PARAM}">{CONTENT}</a>'; |
38 | $this->bbcodes['img'] = '<img src="{CONTENT}" alt="Image" />'; | 38 | $this->bbcodes['img'] = '<img src="{CONTENT}" alt="Image" />'; |
39 | $this->bbcodes2['img'] = '<img src="{CONTENT}" alt="{PARAM}" title="{PARAM}" />'; | 39 | $this->bbcodes2['img'] = '<img src="{CONTENT}" alt="{PARAM}" title="{PARAM}" />'; |
40 | $this->bbcodes['imgright'] = '<img src="{CONTENT}" align="right" alt="Image" />'; | ||
40 | $this->bbcodes['big'] = '<big>{CONTENT}</big>'; | 41 | $this->bbcodes['big'] = '<big>{CONTENT}</big>'; |
41 | $this->bbcodes['small'] = '<small>{CONTENT}</small>'; | 42 | $this->bbcodes['small'] = '<small>{CONTENT}</small>'; |
42 | $this->bbcodes['ul'] = '<ul>{CONTENT}</ul>'; | 43 | $this->bbcodes['ul'] = '<ul>{CONTENT}</ul>'; |