From b8791e08293ab5671da4e8254e10dcdc4623b05e Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Mon, 8 Feb 2016 10:22:46 +0100 Subject: [PATCH] docs: releases/v2016.1: fix a formatting issue --- docs/releases/v2016.1.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/releases/v2016.1.rst b/docs/releases/v2016.1.rst index bcfd00b4..426def3d 100644 --- a/docs/releases/v2016.1.rst +++ b/docs/releases/v2016.1.rst @@ -256,7 +256,7 @@ Internals * Some of the Gluon-specific i18n support code in the build system has been removed, as LuCI now provides similar facilities * The C-based `luci-lib-jsonc` library is now used for JSON encoding/decoding instead of the pure Lua `luci-lib-json` -* The site config is now stored as JSON on the node. The Lua interface``gluon.site_config`` is still available, and a C interface was added as part of the new package `libgluonutil`. +* The site config is now stored as JSON on the node. The Lua interface ``gluon.site_config`` is still available, and a C interface was added as part of the new package `libgluonutil`. * The `respondd` daemon now uses C modules instead of Lua snippets, which greatly enhances response speed and reduces memory usage. The Gluon integration package has been renamed from `gluon-announced` to `gluon-respondd`.