From 3579a1494506f8919a9ce2efd5404df7a027d0fe Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Thu, 3 Nov 2016 21:01:09 -0400 Subject: [PATCH] bbcode documentation: minor formatting changes --- include/text.php | 3 ++- view/theme/frio/css/style.css | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/include/text.php b/include/text.php index 50e2e8193..83eab1927 100644 --- a/include/text.php +++ b/include/text.php @@ -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 diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index d2467b135..e284310b8 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -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;