Small fix.

This commit is contained in:
2019-01-18 07:49:20 +01:00
parent eb0bfd4e71
commit 1f63bcf85f
2 changed files with 7 additions and 1 deletions

View File

@@ -20,7 +20,7 @@ struct Content {
#[html(selector = "p:nth-child(2)", attr = "inner", default = "")]
title: String,
#[html(selector = "p:nth-child(5)", attr = "inner")]
#[html(selector = "p:nth-child(4)", attr = "inner")]
history: String,
}