mirror of
https://github.com/tiyn/container-critique.git
synced 2025-04-03 00:27:48 +02:00
src: rich text editor added
This commit is contained in:
parent
a15aecbb96
commit
58634f2d00
@ -32,8 +32,7 @@ def gen_arch_string():
|
|||||||
content_string += "[<a href=\"" + "/index.html#" + str(ident) + \
|
content_string += "[<a href=\"" + "/index.html#" + str(ident) + \
|
||||||
"\">link</a> - <a href=\"/entry/" + \
|
"\">link</a> - <a href=\"/entry/" + \
|
||||||
str(ident) + "\">standalone</a>] "
|
str(ident) + "\">standalone</a>] "
|
||||||
content_string += title + \
|
content_string += title + " - " + str(rating) + "/100<br>"
|
||||||
" (" + str(year) + ") - " + str(rating) + "/100<br>"
|
|
||||||
content_string += "</li>\n"
|
content_string += "</li>\n"
|
||||||
|
|
||||||
return content_string
|
return content_string
|
||||||
|
Loading…
x
Reference in New Issue
Block a user