]> git.mxchange.org Git - friendica.git/commitdiff
bbcode documentation: minor formatting changes
authorHypolite Petovan <ben.lort@gmail.com>
Fri, 4 Nov 2016 01:01:09 +0000 (21:01 -0400)
committerHypolite Petovan <ben.lort@gmail.com>
Fri, 4 Nov 2016 01:01:09 +0000 (21:01 -0400)
include/text.php
view/theme/frio/css/style.css

index 50e2e81931724a2e29f1c7ce5bb7404a8f8fa488..83eab192702d6224bc013cd7c8350ae0dd8e8e44 100644 (file)
@@ -770,7 +770,8 @@ function activity_match($haystack,$needle) {
 
 
 /**
- * Pull out all #hashtags and @person tags from $string;
+ * @brief Pull out all #hashtags and @person tags from $string.
+ * 
  * We also get @person@domain.com - which would make
  * the regex quite complicated as tags can also
  * end a sentence. So we'll run through our results
index d2467b1355f977671563d241e250935d8d9af798..e284310b860a815fee2e15a1c55ede601029fca7 100644 (file)
@@ -45,7 +45,7 @@ body a {
  * anchor.top should be the opposite of body.padding-top
  */
 body a[name]:not([href]) {
-       display: block;
+    display: block;
     position: relative;
     top: -110px;
     visibility: hidden;