Skip to content

Commit 8fcca08

Browse files
authored
remove redundant double periods (#2144)
this fixes issue #2143
1 parent 050e558 commit 8fcca08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fixtures/boxes.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
"created": "2013-03-11T22:38:14.817Z",
77
"updated": "2014-06-25T19:01:06.268Z",
88
"label": "supernav-python-about",
9-
"content": "\r\n <li class=\"tier-2 super-navigation\">\r\n <h4>Python is a programming language that lets you work more quickly and integrate your systems more effectively.</h4>\r\n <p>You can learn to use Python and see almost immediate gains in productivity and lower maintenance costs. <a href=\"/about\">Learn more about Python.</a>.\r\n </li>",
9+
"content": "\r\n <li class=\"tier-2 super-navigation\">\r\n <h4>Python is a programming language that lets you work more quickly and integrate your systems more effectively.</h4>\r\n <p>You can learn to use Python and see almost immediate gains in productivity and lower maintenance costs. <a href=\"/about\">Learn more about Python</a>.\r\n </li>",
1010
"content_markup_type": "html",
11-
"_content_rendered": "\r\n <li class=\"tier-2 super-navigation\">\r\n <h4>Python is a programming language that lets you work more quickly and integrate your systems more effectively.</h4>\r\n <p>You can learn to use Python and see almost immediate gains in productivity and lower maintenance costs. <a href=\"/about\">Learn more about Python.</a>.\r\n </li>"
11+
"_content_rendered": "\r\n <li class=\"tier-2 super-navigation\">\r\n <h4>Python is a programming language that lets you work more quickly and integrate your systems more effectively.</h4>\r\n <p>You can learn to use Python and see almost immediate gains in productivity and lower maintenance costs. <a href=\"/about\">Learn more about Python</a>.\r\n </li>"
1212
}
1313
},
1414
{

0 commit comments

Comments
 (0)