From d57878699f21a59aaa8644e5d09b1fbbff43d22c Mon Sep 17 00:00:00 2001 From: DeanWunder <30644242+DeanWunder@users.noreply.github.com> Date: Sun, 8 Sep 2019 16:33:25 +1000 Subject: Fixed HTML type attribute for input field. Input is not a valid value for the type attribute for an input tag. Replaced with text, a valid value. https://www.w3schools.com/tags/att_input_type.asp --- user_guide_src/source/tutorial/create_news_items.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user_guide_src/source/tutorial/create_news_items.rst b/user_guide_src/source/tutorial/create_news_items.rst index cde52fde8..b53ef2d68 100644 --- a/user_guide_src/source/tutorial/create_news_items.rst +++ b/user_guide_src/source/tutorial/create_news_items.rst @@ -25,7 +25,7 @@ the slug from our title in the model. Create the new view at -
+

-- cgit v1.2.3-24-g4f1b From 9951a04ab6de7d25015d97f7a5d77411f7c07ba0 Mon Sep 17 00:00:00 2001 From: Abdul Haq Sheikh <27726982+dangereyes88@users.noreply.github.com> Date: Tue, 17 Sep 2019 13:07:04 +0500 Subject: Update typography.rst Corrected Typo --- user_guide_src/source/libraries/typography.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user_guide_src/source/libraries/typography.rst b/user_guide_src/source/libraries/typography.rst index 9e1386835..321b064ba 100644 --- a/user_guide_src/source/libraries/typography.rst +++ b/user_guide_src/source/libraries/typography.rst @@ -47,7 +47,7 @@ Class Reference .. php:method:: auto_typography($str[, $reduce_linebreaks = FALSE]) :param string $str: Input string - :param bool $reduce_linebreaks: Whether to reduce consequitive linebreaks + :param bool $reduce_linebreaks: Whether to reduce consecutive linebreaks :returns: HTML typography-safe string :rtype: string -- cgit v1.2.3-24-g4f1b